Class MessageCreationStepDetails.MessageCreation
-
- All Implemented Interfaces:
public final class MessageCreationStepDetails.MessageCreation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageCreationStepDetails.MessageCreation.BuilderA builder for MessageCreation.
-
Method Summary
Modifier and Type Method Description final StringmessageId()The ID of the message that was created by this run step. final JsonField<String>_messageId()Returns the raw JSON value of messageId. final Map<String, JsonValue>_additionalProperties()final MessageCreationStepDetails.MessageCreation.BuildertoBuilder()final MessageCreationStepDetails.MessageCreationvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageCreationStepDetails.MessageCreation.Builderbuilder()Returns a mutable builder for constructing an instance of MessageCreation. -
-
Method Detail
-
_messageId
final JsonField<String> _messageId()
Returns the raw JSON value of messageId.
Unlike messageId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MessageCreationStepDetails.MessageCreation.Builder toBuilder()
-
validate
final MessageCreationStepDetails.MessageCreation validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static MessageCreationStepDetails.MessageCreation.Builder builder()
Returns a mutable builder for constructing an instance of MessageCreation.
The following fields are required:
.messageId()
-
-
-
-