Class BetaDeletedMessageBatch
-
- All Implemented Interfaces:
public final class BetaDeletedMessageBatch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaDeletedMessageBatch.BuilderA builder for BetaDeletedMessageBatch.
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the Message Batch. final JsonValue_type()Deleted object type. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final BetaDeletedMessageBatch.BuildertoBuilder()final BetaDeletedMessageBatchvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaDeletedMessageBatch.Builderbuilder()Returns a mutable builder for constructing an instance of BetaDeletedMessageBatch. -
-
Method Detail
-
_type
final JsonValue _type()
Deleted object type.
For Message Batches, this is always
"message_batch_deleted".Expected to always return the following:
JsonValue.from("message_batch_deleted")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaDeletedMessageBatch.Builder toBuilder()
-
validate
final BetaDeletedMessageBatch validate()
-
builder
final static BetaDeletedMessageBatch.Builder builder()
Returns a mutable builder for constructing an instance of BetaDeletedMessageBatch.
The following fields are required:
.id()
-
-
-
-