Class RunStepDeltaMessageDelta
-
- All Implemented Interfaces:
public final class RunStepDeltaMessageDeltaDetails of the message creation by the run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunStepDeltaMessageDelta.BuilderA builder for RunStepDeltaMessageDelta.
public final classRunStepDeltaMessageDelta.MessageCreation
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Always message_creation.final Optional<RunStepDeltaMessageDelta.MessageCreation>messageCreation()final JsonField<RunStepDeltaMessageDelta.MessageCreation>_messageCreation()Returns the raw JSON value of messageCreation. final Map<String, JsonValue>_additionalProperties()final RunStepDeltaMessageDelta.BuildertoBuilder()final RunStepDeltaMessageDeltavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunStepDeltaMessageDelta.Builderbuilder()Returns a mutable builder for constructing an instance of RunStepDeltaMessageDelta. -
-
Method Detail
-
_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 Optional<RunStepDeltaMessageDelta.MessageCreation> messageCreation()
-
_messageCreation
final JsonField<RunStepDeltaMessageDelta.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 RunStepDeltaMessageDelta.Builder toBuilder()
-
validate
final RunStepDeltaMessageDelta 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 RunStepDeltaMessageDelta.Builder builder()
Returns a mutable builder for constructing an instance of RunStepDeltaMessageDelta.
-
-
-
-