Class BatchDeleteParams
-
- All Implemented Interfaces:
-
com.anthropic.core.Params
public final class BatchDeleteParams 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.
Learn more about the Message Batches API in our /en/docs/build-with-claude/batch-processing
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchDeleteParams.BuilderA builder for BatchDeleteParams.
-
Method Summary
Modifier and Type Method Description final Optional<String>messageBatchId()ID of the Message Batch. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final BatchDeleteParams.BuildertoBuilder()final Optional<Map<String, JsonValue>>_body()final String_pathParam(Integer index)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. Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchDeleteParamsnone()final static BatchDeleteParams.Builderbuilder()Returns a mutable builder for constructing an instance of BatchDeleteParams. -
-
Method Detail
-
messageBatchId
final Optional<String> messageBatchId()
ID of the Message Batch.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final BatchDeleteParams.Builder toBuilder()
-
_pathParam
final String _pathParam(Integer index)
-
_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.
-
none
final static BatchDeleteParams none()
-
builder
final static BatchDeleteParams.Builder builder()
Returns a mutable builder for constructing an instance of BatchDeleteParams.
-
-
-
-