Class MessageCreationStepDetails
-
- All Implemented Interfaces:
public final class MessageCreationStepDetailsDetails of the message creation by the run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageCreationStepDetails.BuilderA builder for MessageCreationStepDetails.
public final classMessageCreationStepDetails.MessageCreation
-
Method Summary
Modifier and Type Method Description final MessageCreationStepDetails.MessageCreationmessageCreation()final JsonValue_type()Always message_creation.final JsonField<MessageCreationStepDetails.MessageCreation>_messageCreation()Returns the raw JSON value of messageCreation. final Map<String, JsonValue>_additionalProperties()final MessageCreationStepDetails.BuildertoBuilder()final MessageCreationStepDetailsvalidate()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.Builderbuilder()Returns a mutable builder for constructing an instance of MessageCreationStepDetails. -
-
Method Detail
-
messageCreation
final MessageCreationStepDetails.MessageCreation messageCreation()
-
_type
final JsonValue _type()
Always
message_creation.Expected to always return the following:
JsonValue.from("message_creation")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_messageCreation
final JsonField<MessageCreationStepDetails.MessageCreation> _messageCreation()
Returns the raw JSON value of messageCreation.
Unlike messageCreation, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MessageCreationStepDetails.Builder toBuilder()
-
validate
final MessageCreationStepDetails 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.Builder builder()
Returns a mutable builder for constructing an instance of MessageCreationStepDetails.
The following fields are required:
.messageCreation()
-
-
-
-