Package com.anthropic.models
Class MessageBatchDeleteParams
-
- All Implemented Interfaces:
-
com.anthropic.core.Params
public final class MessageBatchDeleteParams implements Params
Delete a Message Batch.
Message Batches can only be deleted once they've finished processing. If you'd like to delete an in-progress batch, you must first cancel it.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageBatchDeleteParams.BuilderA builder for MessageBatchDeleteParams.
-
Method Summary
Modifier and Type Method Description final StringmessageBatchId()ID of the Message Batch. final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final Map<String, JsonValue>_additionalBodyProperties()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. final StringgetPathParam(Integer index)final MessageBatchDeleteParams.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageBatchDeleteParams.Builderbuilder()-
-
Method Detail
-
messageBatchId
final String messageBatchId()
ID of the Message Batch.
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
getPathParam
final String getPathParam(Integer index)
-
toBuilder
final MessageBatchDeleteParams.Builder toBuilder()
-
builder
final static MessageBatchDeleteParams.Builder builder()
-
-
-
-