Class RunStepDeltaMessageDelta.MessageCreation
-
- All Implemented Interfaces:
public final class RunStepDeltaMessageDelta.MessageCreation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunStepDeltaMessageDelta.MessageCreation.BuilderA builder for MessageCreation.
-
Method Summary
Modifier and Type Method Description final Optional<String>messageId()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 RunStepDeltaMessageDelta.MessageCreation.BuildertoBuilder()final RunStepDeltaMessageDelta.MessageCreationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunStepDeltaMessageDelta.MessageCreation.Builderbuilder()Returns a mutable builder for constructing an instance of MessageCreation. -
-
Method Detail
-
messageId
final Optional<String> messageId()
The ID of the message that was created by this run step.
-
_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 RunStepDeltaMessageDelta.MessageCreation.Builder toBuilder()
-
validate
final RunStepDeltaMessageDelta.MessageCreation validate()
-
builder
final static RunStepDeltaMessageDelta.MessageCreation.Builder builder()
Returns a mutable builder for constructing an instance of MessageCreation.
-
-
-
-