Interface MessageData.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MessageData.Builder,MessageData>, SdkBuilder<MessageData.Builder,MessageData>, SdkPojo
Enclosing class:
MessageData

public static interface MessageData.Builder extends SdkPojo, CopyableBuilder<MessageData.Builder,MessageData>
  • Method Details

    • code

      The error code or status code associated with the message.

      Parameters:
      code - The error code or status code associated with the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The message text.

      Parameters:
      value - The message text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.