Class DeletedMessageBatch
-
- All Implemented Interfaces:
public final class DeletedMessageBatch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeletedMessageBatch.BuilderA builder for DeletedMessageBatch.
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the Message Batch. final JsonValue_type()Deleted object type. final JsonField<String>_id()ID of the Message Batch. final Map<String, JsonValue>_additionalProperties()final DeletedMessageBatchvalidate()final DeletedMessageBatch.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DeletedMessageBatch.Builderbuilder()Returns a mutable builder for constructing an instance of DeletedMessageBatch. -
-
Method Detail
-
_type
final JsonValue _type()
Deleted object type.
For Message Batches, this is always
"message_batch_deleted".
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final DeletedMessageBatch validate()
-
toBuilder
final DeletedMessageBatch.Builder toBuilder()
-
builder
final static DeletedMessageBatch.Builder builder()
Returns a mutable builder for constructing an instance of DeletedMessageBatch.
The following fields are required:
.id()
-
-
-
-