Package com.anthropic.models
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.
public final classDeletedMessageBatch.TypeDeleted object type.
For Message Batches, this is always
"message_batch_deleted".
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the Message Batch. final DeletedMessageBatch.Typetype()Deleted object type. final JsonField<String>_id()ID of the Message Batch. final JsonField<DeletedMessageBatch.Type>_type()Deleted object type. final Map<String, JsonValue>_additionalProperties()final DeletedMessageBatchvalidate()final DeletedMessageBatch.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DeletedMessageBatch.Builderbuilder()-
-
Method Detail
-
type
final DeletedMessageBatch.Type type()
Deleted object type.
For Message Batches, this is always
"message_batch_deleted".
-
_type
final JsonField<DeletedMessageBatch.Type> _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()
-
-
-
-