Class BetaMessageBatchSucceededResult
-
- All Implemented Interfaces:
public final class BetaMessageBatchSucceededResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaMessageBatchSucceededResult.BuilderA builder for BetaMessageBatchSucceededResult.
-
Method Summary
Modifier and Type Method Description final BetaMessagemessage()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("succeeded")final JsonField<BetaMessage>_message()Returns the raw JSON value of message. final Map<String, JsonValue>_additionalProperties()final BetaMessageBatchSucceededResult.BuildertoBuilder()final BetaMessageBatchSucceededResultvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaMessageBatchSucceededResult.Builderbuilder()Returns a mutable builder for constructing an instance of BetaMessageBatchSucceededResult. -
-
Method Detail
-
message
final BetaMessage message()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("succeeded")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_message
final JsonField<BetaMessage> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaMessageBatchSucceededResult.Builder toBuilder()
-
validate
final BetaMessageBatchSucceededResult validate()
-
builder
final static BetaMessageBatchSucceededResult.Builder builder()
Returns a mutable builder for constructing an instance of BetaMessageBatchSucceededResult.
The following fields are required:
.message()
-
-
-
-