A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _ 

R

rateLimit() - function in com.anthropic.models.beta.BetaError
 
rateLimitError() - function in com.anthropic.models.ErrorObject
 
RateLimitError - class in com.anthropic.models
 
rateLimitError(java.lang.String) - function in com.anthropic.models.beta.BetaErrorResponse.Builder
Alias for calling error with the following:
BetaRateLimitError.builder()
    .message(message)
    .build()
RateLimitError.Builder - class in com.anthropic.models.RateLimitError
A builder for RateLimitError.
rateLimitErrorError(java.lang.String) - function in com.anthropic.models.ErrorResponse.Builder
Alias for calling error with the following:
RateLimitError.builder()
    .message(message)
    .build()
RateLimitException - class in com.anthropic.errors
 
RateLimitException.Builder - class in com.anthropic.errors.RateLimitException
A builder for RateLimitException.
RawContentBlockDelta - class in com.anthropic.models.messages
 
RawContentBlockDelta.Visitor - class in com.anthropic.models.messages.RawContentBlockDelta
An interface that defines how to map each variant of RawContentBlockDelta to a value of type T.
RawContentBlockDeltaEvent - class in com.anthropic.models.messages
 
RawContentBlockDeltaEvent.Builder - class in com.anthropic.models.messages.RawContentBlockDeltaEvent
A builder for RawContentBlockDeltaEvent.
RawContentBlockStartEvent - class in com.anthropic.models.messages
 
RawContentBlockStartEvent.Builder - class in com.anthropic.models.messages.RawContentBlockStartEvent
A builder for RawContentBlockStartEvent.
RawContentBlockStartEvent.ContentBlock - class in com.anthropic.models.messages.RawContentBlockStartEvent
 
RawContentBlockStartEvent.ContentBlock.Visitor - class in com.anthropic.models.messages.RawContentBlockStartEvent.ContentBlock
An interface that defines how to map each variant of ContentBlock to a value of type T.
RawContentBlockStopEvent - class in com.anthropic.models.messages
 
RawContentBlockStopEvent.Builder - class in com.anthropic.models.messages.RawContentBlockStopEvent
A builder for RawContentBlockStopEvent.
RawMessageDeltaEvent - class in com.anthropic.models.messages
 
RawMessageDeltaEvent.Builder - class in com.anthropic.models.messages.RawMessageDeltaEvent
A builder for RawMessageDeltaEvent.
RawMessageDeltaEvent.Delta - class in com.anthropic.models.messages.RawMessageDeltaEvent
 
RawMessageDeltaEvent.Delta.Builder - class in com.anthropic.models.messages.RawMessageDeltaEvent.Delta
A builder for Delta.
RawMessageStartEvent - class in com.anthropic.models.messages
 
RawMessageStartEvent.Builder - class in com.anthropic.models.messages.RawMessageStartEvent
A builder for RawMessageStartEvent.
RawMessageStopEvent - class in com.anthropic.models.messages
 
RawMessageStopEvent.Builder - class in com.anthropic.models.messages.RawMessageStopEvent
A builder for RawMessageStopEvent.
RawMessageStreamEvent - class in com.anthropic.models.messages
 
RawMessageStreamEvent.Visitor - class in com.anthropic.models.messages.RawMessageStreamEvent
An interface that defines how to map each variant of RawMessageStreamEvent to a value of type T.
read() - function in com.anthropic.core.Timeout
The maximum time allowed between two data packets when waiting for the server’s response.
read(java.time.Duration) - function in com.anthropic.core.Timeout.Builder
The maximum time allowed between two data packets when waiting for the server’s response.
read(java.util.Optional) - function in com.anthropic.core.Timeout.Builder
Alias for calling Builder.read with read.orElse(null).
redactedThinking() - function in com.anthropic.models.beta.messages.BetaContentBlock
 
redactedThinking() - function in com.anthropic.models.beta.messages.BetaContentBlockParam
A block specifying internal, redacted thinking by the model.
redactedThinking() - function in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.ContentBlock
 
redactedThinking() - function in com.anthropic.models.messages.ContentBlock
 
redactedThinking() - function in com.anthropic.models.messages.ContentBlockParam
A block specifying internal, redacted thinking by the model.
redactedThinking() - function in com.anthropic.models.messages.RawContentBlockStartEvent.ContentBlock
 
RedactedThinkingBlock - class in com.anthropic.models.messages
 
RedactedThinkingBlock.Builder - class in com.anthropic.models.messages.RedactedThinkingBlock
A builder for RedactedThinkingBlock.
RedactedThinkingBlockParam - class in com.anthropic.models.messages
 
RedactedThinkingBlockParam.Builder - class in com.anthropic.models.messages.RedactedThinkingBlockParam
A builder for RedactedThinkingBlockParam.
redactedThinkingContentBlock(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.Builder
Alias for calling contentBlock with the following:
BetaRedactedThinkingBlock.builder()
    .data(data)
    .build()
redactedThinkingContentBlock(java.lang.String) - function in com.anthropic.models.messages.RawContentBlockStartEvent.Builder
Alias for calling contentBlock with the following:
RedactedThinkingBlock.builder()
    .data(data)
    .build()
REFUSAL - enum entry in com.anthropic.models.beta.messages.BetaStopReason.Known
 
REFUSAL - enum entry in com.anthropic.models.beta.messages.BetaStopReason.Value
 
REFUSAL - enum entry in com.anthropic.models.messages.StopReason.Known
 
REFUSAL - enum entry in com.anthropic.models.messages.StopReason.Value
 
region() - function in com.anthropic.bedrock.backends.BedrockBackend
 
region(software.amazon.awssdk.regions.Region) - function in com.anthropic.bedrock.backends.BedrockBackend.Builder
Sets the region to use when constructing the base URL for requests.
region() - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.UserLocation
The region of the user.
region(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.UserLocation.Builder
Sets Builder.region to an arbitrary JSON value.
region(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.UserLocation.Builder
Alias for calling Builder.region with region.orElse(null).
region(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.UserLocation.Builder
The region of the user.
region() - function in com.anthropic.models.messages.WebSearchTool20250305.UserLocation
The region of the user.
region(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.WebSearchTool20250305.UserLocation.Builder
Sets Builder.region to an arbitrary JSON value.
region(java.util.Optional) - function in com.anthropic.models.messages.WebSearchTool20250305.UserLocation.Builder
Alias for calling Builder.region with region.orElse(null).
region(java.lang.String) - function in com.anthropic.models.messages.WebSearchTool20250305.UserLocation.Builder
The region of the user.
region() - function in com.anthropic.vertex.backends.VertexBackend
 
region(java.lang.String) - function in com.anthropic.vertex.backends.VertexBackend.Builder
 
remove(java.lang.String) - function in com.anthropic.core.http.Headers.Builder
 
remove(java.lang.String) - function in com.anthropic.core.http.QueryParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
removeAdditionalBodyProperty(java.lang.String) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.models.ModelListParams.Builder
 
removeAdditionalHeaders(java.lang.String) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.ApiErrorObject.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.AuthenticationError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.BillingError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.ErrorResponse.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.GatewayTimeoutError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.InvalidRequestError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.NotFoundError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.OverloadedError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.PermissionError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.RateLimitError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaApiError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaAuthenticationError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaBillingError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaErrorResponse.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaGatewayTimeoutError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaInvalidRequestError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaNotFoundError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaOverloadedError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaPermissionError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.BetaRateLimitError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.files.DeletedFile.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.files.FileListPageResponse.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.files.FileMetadata.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaBase64ImageSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaBase64PdfSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCacheCreation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationCharLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationCharLocationParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocationParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationPageLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationPageLocationParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationWebSearchResultLocationParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationsConfigParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationsDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCitationsWebSearchResultLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaContainer.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaContainerUploadBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaContainerUploadBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaContentBlockSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaFileDocumentSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaFileImageSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaImageBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaInputJsonDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaMessage.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaMessageDeltaUsage.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaMessageParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaMessageTokensCount.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaMetadata.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaPlainTextSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRawContentBlockDeltaEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRawContentBlockStopEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Delta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRawMessageStartEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRawMessageStopEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRedactedThinkingBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRedactedThinkingBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRequestMcpServerToolConfiguration.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRequestMcpServerUrlDefinition.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaServerToolUsage.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaSignatureDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaTextBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaTextBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaTextDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaThinkingBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaThinkingBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaThinkingConfigDisabled.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaThinkingDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaTool.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolBash20241022.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolBash20250124.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolChoiceAny.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolChoiceAuto.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolChoiceNone.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolChoiceTool.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolUseBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaUrlImageSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaUrlPdfSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaUsage.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.UserLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchToolRequestError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Body.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.MessageCreateParams.Body.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchListPageResponse.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.models.BetaModelInfo.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.beta.models.ModelListPageResponse.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.completions.Completion.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.completions.CompletionCreateParams.Body.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.Base64ImageSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.Base64PdfSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CacheControlEphemeral.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationCharLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationCharLocationParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationContentBlockLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationContentBlockLocationParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationPageLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationPageLocationParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationWebSearchResultLocationParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationsConfigParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationsDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.CitationsWebSearchResultLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ContentBlockSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.DocumentBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ImageBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.InputJsonDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.Message.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.MessageCountTokensParams.Body.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.MessageCountTokensTool.TextEditor20250429.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.MessageCreateParams.Body.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.MessageDeltaUsage.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.MessageParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.MessageTokensCount.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.Metadata.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.PlainTextSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RawContentBlockDeltaEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RawContentBlockStartEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RawContentBlockStopEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RawMessageDeltaEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RawMessageDeltaEvent.Delta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RawMessageStartEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RawMessageStopEvent.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RedactedThinkingBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.RedactedThinkingBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ServerToolUsage.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ServerToolUseBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ServerToolUseBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.SignatureDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.TextBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.TextBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.TextDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ThinkingBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ThinkingBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ThinkingConfigDisabled.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ThinkingConfigEnabled.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ThinkingDelta.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.Tool.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.Tool.InputSchema.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolBash20250124.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolChoiceAny.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolChoiceAuto.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolChoiceNone.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolChoiceTool.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolTextEditor20250124.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolUnion.TextEditor20250429.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolUseBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.ToolUseBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.UrlImageSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.UrlPdfSource.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.Usage.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.WebSearchResultBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.WebSearchResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.WebSearchTool20250305.UserLocation.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.WebSearchToolRequestError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.WebSearchToolResultBlock.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.WebSearchToolResultBlockParam.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.WebSearchToolResultError.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCreateParams.Body.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.BatchListPageResponse.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.DeletedMessageBatch.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.MessageBatch.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.MessageBatchCanceledResult.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.MessageBatchErroredResult.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.MessageBatchExpiredResult.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.MessageBatchRequestCounts.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.messages.batches.MessageBatchSucceededResult.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.models.ModelInfo.Builder
 
removeAdditionalProperty(java.lang.String) - function in com.anthropic.models.models.ModelListPageResponse.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.models.ModelListParams.Builder
 
removeAdditionalQueryParams(java.lang.String) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
removeAll(java.util.Set) - function in com.anthropic.core.http.Headers.Builder
 
removeAll(java.util.Set) - function in com.anthropic.core.http.QueryParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
removeAllAdditionalBodyProperties(java.util.Set) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.models.ModelListParams.Builder
 
removeAllAdditionalHeaders(java.util.Set) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.ApiErrorObject.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.AuthenticationError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.BillingError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.ErrorResponse.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.GatewayTimeoutError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.InvalidRequestError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.NotFoundError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.OverloadedError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.PermissionError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.RateLimitError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaApiError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaAuthenticationError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaBillingError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaErrorResponse.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaGatewayTimeoutError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaInvalidRequestError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaNotFoundError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaOverloadedError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaPermissionError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.BetaRateLimitError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.files.DeletedFile.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.files.FileListPageResponse.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.files.FileMetadata.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaBase64ImageSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaBase64PdfSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCacheControlEphemeral.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCacheCreation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationCharLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationCharLocationParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationContentBlockLocationParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationPageLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationPageLocationParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationWebSearchResultLocationParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationsConfigParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationsDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCitationsWebSearchResultLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionOutputBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionTool20250522.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultErrorParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaContainer.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaContainerUploadBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaContainerUploadBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaContentBlockSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaFileDocumentSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaFileImageSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaImageBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaInputJsonDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaMcpToolResultBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaMcpToolUseBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaMessage.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaMessageDeltaUsage.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaMessageParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaMessageTokensCount.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaMetadata.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaPlainTextSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRawContentBlockDeltaEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRawContentBlockStartEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRawContentBlockStopEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRawMessageDeltaEvent.Delta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRawMessageStartEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRawMessageStopEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRedactedThinkingBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRedactedThinkingBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRequestDocumentBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRequestMcpServerToolConfiguration.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRequestMcpServerUrlDefinition.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaRequestMcpToolResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaServerToolUsage.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaServerToolUseBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaServerToolUseBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaSignatureDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaTextBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaTextBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaTextDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaThinkingBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaThinkingBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaThinkingConfigDisabled.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaThinkingConfigEnabled.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaThinkingDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaTool.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolBash20241022.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolBash20250124.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolChoiceAny.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolChoiceAuto.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolChoiceNone.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolChoiceTool.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolComputerUse20241022.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolComputerUse20250124.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolTextEditor20241022.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250124.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolTextEditor20250429.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolUseBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaToolUseBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaUrlImageSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaUrlPdfSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaUsage.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaWebSearchResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaWebSearchTool20250305.UserLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaWebSearchToolRequestError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Body.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.MessageCreateParams.Body.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Request.Params.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchListPageResponse.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BetaDeletedMessageBatch.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.models.BetaModelInfo.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.beta.models.ModelListPageResponse.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.completions.Completion.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.completions.CompletionCreateParams.Body.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.Base64ImageSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.Base64PdfSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CacheControlEphemeral.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationCharLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationCharLocationParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationContentBlockLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationContentBlockLocationParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationPageLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationPageLocationParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationWebSearchResultLocationParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationsConfigParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationsDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.CitationsWebSearchResultLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ContentBlockSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.DocumentBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ImageBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.InputJsonDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.Message.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.MessageCountTokensParams.Body.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.MessageCountTokensTool.TextEditor20250429.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.MessageCreateParams.Body.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.MessageDeltaUsage.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.MessageParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.MessageTokensCount.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.Metadata.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.PlainTextSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RawContentBlockDeltaEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RawContentBlockStartEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RawContentBlockStopEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RawMessageDeltaEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RawMessageDeltaEvent.Delta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RawMessageStartEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RawMessageStopEvent.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RedactedThinkingBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.RedactedThinkingBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ServerToolUsage.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ServerToolUseBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ServerToolUseBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.SignatureDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.TextBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.TextBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.TextDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ThinkingBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ThinkingBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ThinkingConfigDisabled.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ThinkingConfigEnabled.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ThinkingDelta.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.Tool.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.Tool.InputSchema.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolBash20250124.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolChoiceAny.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolChoiceAuto.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolChoiceNone.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolChoiceTool.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolTextEditor20250124.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolUnion.TextEditor20250429.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolUseBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.ToolUseBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.UrlImageSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.UrlPdfSource.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.Usage.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.WebSearchResultBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.WebSearchResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.WebSearchTool20250305.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.WebSearchTool20250305.UserLocation.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.WebSearchToolRequestError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.WebSearchToolResultBlock.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.WebSearchToolResultBlockParam.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.WebSearchToolResultError.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCreateParams.Body.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCreateParams.Request.Params.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.BatchListPageResponse.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.DeletedMessageBatch.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.MessageBatch.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.MessageBatchCanceledResult.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.MessageBatchErroredResult.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.MessageBatchExpiredResult.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.MessageBatchRequestCounts.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.messages.batches.MessageBatchSucceededResult.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.models.ModelInfo.Builder
 
removeAllAdditionalProperties(java.util.Set) - function in com.anthropic.models.models.ModelListPageResponse.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.models.ModelListParams.Builder
 
removeAllAdditionalQueryParams(java.util.Set) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
removeAllHeaders(java.util.Set) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
removeAllHeaders(java.util.Set) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
removeAllHeaders(java.util.Set) - function in com.anthropic.core.ClientOptions.Builder
 
removeAllHeaders(java.util.Set) - function in com.anthropic.core.http.HttpRequest.Builder
 
removeAllQueryParams(java.util.Set) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
removeAllQueryParams(java.util.Set) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
removeAllQueryParams(java.util.Set) - function in com.anthropic.core.ClientOptions.Builder
 
removeAllQueryParams(java.util.Set) - function in com.anthropic.core.http.HttpRequest.Builder
 
removeHeaders(java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
removeHeaders(java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
removeHeaders(java.lang.String) - function in com.anthropic.core.ClientOptions.Builder
 
removeHeaders(java.lang.String) - function in com.anthropic.core.http.HttpRequest.Builder
 
removeQueryParams(java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
removeQueryParams(java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
removeQueryParams(java.lang.String) - function in com.anthropic.core.ClientOptions.Builder
 
removeQueryParams(java.lang.String) - function in com.anthropic.core.http.HttpRequest.Builder
 
repeatable() - function in com.anthropic.core.http.HttpRequestBody
Determines if a request can be repeated in a meaningful way, for example before doing a retry.
replace(java.lang.String,java.lang.String) - function in com.anthropic.core.http.Headers.Builder
 
replace(java.lang.String,java.lang.Iterable) - function in com.anthropic.core.http.Headers.Builder
 
replace(java.lang.String,java.lang.String) - function in com.anthropic.core.http.QueryParams.Builder
 
replace(java.lang.String,java.lang.Iterable) - function in com.anthropic.core.http.QueryParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.models.ModelListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.models.ModelListParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.String) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
replaceAdditionalHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.models.ModelListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.models.ModelListParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
replaceAdditionalQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
replaceAll(com.anthropic.core.http.Headers) - function in com.anthropic.core.http.Headers.Builder
 
replaceAll(java.util.Map) - function in com.anthropic.core.http.Headers.Builder
 
replaceAll(com.anthropic.core.http.QueryParams) - function in com.anthropic.core.http.QueryParams.Builder
 
replaceAll(java.util.Map) - function in com.anthropic.core.http.QueryParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.models.ModelListParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.models.ModelListParams.Builder
 
replaceAllAdditionalHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
replaceAllAdditionalHeaders(java.util.Map) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.files.FileDeleteParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.files.FileDownloadParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.files.FileListParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.files.FileRetrieveMetadataParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.files.FileUploadParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.messages.MessageCountTokensParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.messages.MessageCreateParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchCancelParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchDeleteParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchListParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchResultsParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.messages.batches.BatchRetrieveParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.models.ModelListParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.beta.models.ModelRetrieveParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.completions.CompletionCreateParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.messages.MessageCountTokensParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.messages.MessageCreateParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.messages.batches.BatchCancelParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.messages.batches.BatchDeleteParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.messages.batches.BatchListParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.messages.batches.BatchResultsParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.messages.batches.BatchRetrieveParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.models.ModelListParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.models.ModelListParams.Builder
 
replaceAllAdditionalQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
replaceAllAdditionalQueryParams(java.util.Map) - function in com.anthropic.models.models.ModelRetrieveParams.Builder
 
replaceAllHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
replaceAllHeaders(java.util.Map) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
replaceAllHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
replaceAllHeaders(java.util.Map) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
replaceAllHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.core.ClientOptions.Builder
 
replaceAllHeaders(java.util.Map) - function in com.anthropic.core.ClientOptions.Builder
 
replaceAllHeaders(com.anthropic.core.http.Headers) - function in com.anthropic.core.http.HttpRequest.Builder
 
replaceAllHeaders(java.util.Map) - function in com.anthropic.core.http.HttpRequest.Builder
 
replaceAllPathSegments(java.lang.String) - function in com.anthropic.core.http.HttpRequest.Builder
 
replaceAllQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
replaceAllQueryParams(java.util.Map) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
replaceAllQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
replaceAllQueryParams(java.util.Map) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
replaceAllQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.core.ClientOptions.Builder
 
replaceAllQueryParams(java.util.Map) - function in com.anthropic.core.ClientOptions.Builder
 
replaceAllQueryParams(com.anthropic.core.http.QueryParams) - function in com.anthropic.core.http.HttpRequest.Builder
 
replaceAllQueryParams(java.util.Map) - function in com.anthropic.core.http.HttpRequest.Builder
 
replaceDelegatee(com.fasterxml.jackson.databind.JsonDeserializer) - function in com.fasterxml.jackson.databind.JsonDeserializer
 
replaceDelegatee(com.fasterxml.jackson.databind.JsonSerializer) - function in com.fasterxml.jackson.databind.JsonSerializer
 
replaceDelegatee(com.fasterxml.jackson.databind.JsonSerializer) - function in com.fasterxml.jackson.databind.JsonSerializer
 
replaceHeaders(java.lang.String,java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
replaceHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
replaceHeaders(java.lang.String,java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
replaceHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
replaceHeaders(java.lang.String,java.lang.String) - function in com.anthropic.core.ClientOptions.Builder
 
replaceHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.core.ClientOptions.Builder
 
replaceHeaders(java.lang.String,java.lang.String) - function in com.anthropic.core.http.HttpRequest.Builder
 
replaceHeaders(java.lang.String,java.lang.Iterable) - function in com.anthropic.core.http.HttpRequest.Builder
 
replaceQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
replaceQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
replaceQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
replaceQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
replaceQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.core.ClientOptions.Builder
 
replaceQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.core.ClientOptions.Builder
 
replaceQueryParams(java.lang.String,java.lang.String) - function in com.anthropic.core.http.HttpRequest.Builder
 
replaceQueryParams(java.lang.String,java.lang.Iterable) - function in com.anthropic.core.http.HttpRequest.Builder
 
request() - function in com.anthropic.core.Timeout
The maximum time allowed for a complete HTTP call, not including retries.
request(java.time.Duration) - function in com.anthropic.core.Timeout.Builder
The maximum time allowed for a complete HTTP call, not including retries.
request(java.util.Optional) - function in com.anthropic.core.Timeout.Builder
Alias for calling Builder.request with request.orElse(null).
requestCounts() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch
Tallies requests within the Message Batch, categorized by their status.
requestCounts(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
Sets Builder.requestCounts to an arbitrary JSON value.
requestCounts(com.anthropic.models.beta.messages.batches.BetaMessageBatchRequestCounts) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
Tallies requests within the Message Batch, categorized by their status.
requestCounts() - function in com.anthropic.models.messages.batches.MessageBatch
Tallies requests within the Message Batch, categorized by their status.
requestCounts(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.batches.MessageBatch.Builder
Sets Builder.requestCounts to an arbitrary JSON value.
requestCounts(com.anthropic.models.messages.batches.MessageBatchRequestCounts) - function in com.anthropic.models.messages.batches.MessageBatch.Builder
Tallies requests within the Message Batch, categorized by their status.
requestError() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParamContent
 
requestError() - function in com.anthropic.models.messages.WebSearchToolResultBlockParamContent
 
requestId() - function in com.anthropic.core.http.HttpResponse
Returns the value of the request-id header, or an empty Optional if there's no such header in the response.
requestId() - function in com.anthropic.core.http.HttpResponseFor
Returns the value of the request-id header, or an empty Optional if there's no such header in the response.
RequestOptions - class in com.anthropic.core
 
RequestOptions.Builder - class in com.anthropic.core.RequestOptions
 
requests() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams
List of requests for prompt completion.
requests() - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body
List of requests for prompt completion.
requests(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body.Builder
Sets Builder.requests to an arbitrary JSON value.
requests(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Body.Builder
List of requests for prompt completion.
requests(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
Sets Builder.requests to an arbitrary JSON value.
requests(java.util.List) - function in com.anthropic.models.beta.messages.batches.BatchCreateParams.Builder
List of requests for prompt completion.
requests() - function in com.anthropic.models.messages.batches.BatchCreateParams
List of requests for prompt completion.
requests() - function in com.anthropic.models.messages.batches.BatchCreateParams.Body
List of requests for prompt completion.
requests(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.batches.BatchCreateParams.Body.Builder
Sets Builder.requests to an arbitrary JSON value.
requests(java.util.List) - function in com.anthropic.models.messages.batches.BatchCreateParams.Body.Builder
List of requests for prompt completion.
requests(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
Sets Builder.requests to an arbitrary JSON value.
requests(java.util.List) - function in com.anthropic.models.messages.batches.BatchCreateParams.Builder
List of requests for prompt completion.
required() - function in com.anthropic.models.beta.messages.BetaTool.InputSchema
 
required(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Builder
Sets Builder.required to an arbitrary JSON value.
required(java.util.Optional) - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Builder
Alias for calling Builder.required with required.orElse(null).
required(java.util.List) - function in com.anthropic.models.beta.messages.BetaTool.InputSchema.Builder
 
required() - function in com.anthropic.models.messages.Tool.InputSchema
 
required(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.Tool.InputSchema.Builder
Sets Builder.required to an arbitrary JSON value.
required(java.util.Optional) - function in com.anthropic.models.messages.Tool.InputSchema.Builder
Alias for calling Builder.required with required.orElse(null).
required(java.util.List) - function in com.anthropic.models.messages.Tool.InputSchema.Builder
 
response() - function in com.anthropic.models.beta.files.FileListPage
The response that this page was parsed from.
response(com.anthropic.models.beta.files.FileListPageResponse) - function in com.anthropic.models.beta.files.FileListPage.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.beta.files.FileListPageAsync
The response that this page was parsed from.
response(com.anthropic.models.beta.files.FileListPageResponse) - function in com.anthropic.models.beta.files.FileListPageAsync.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.beta.messages.batches.BatchListPage
The response that this page was parsed from.
response(com.anthropic.models.beta.messages.batches.BatchListPageResponse) - function in com.anthropic.models.beta.messages.batches.BatchListPage.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.beta.messages.batches.BatchListPageAsync
The response that this page was parsed from.
response(com.anthropic.models.beta.messages.batches.BatchListPageResponse) - function in com.anthropic.models.beta.messages.batches.BatchListPageAsync.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.beta.models.ModelListPage
The response that this page was parsed from.
response(com.anthropic.models.beta.models.ModelListPageResponse) - function in com.anthropic.models.beta.models.ModelListPage.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.beta.models.ModelListPageAsync
The response that this page was parsed from.
response(com.anthropic.models.beta.models.ModelListPageResponse) - function in com.anthropic.models.beta.models.ModelListPageAsync.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.messages.batches.BatchListPage
The response that this page was parsed from.
response(com.anthropic.models.messages.batches.BatchListPageResponse) - function in com.anthropic.models.messages.batches.BatchListPage.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.messages.batches.BatchListPageAsync
The response that this page was parsed from.
response(com.anthropic.models.messages.batches.BatchListPageResponse) - function in com.anthropic.models.messages.batches.BatchListPageAsync.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.models.ModelListPage
The response that this page was parsed from.
response(com.anthropic.models.models.ModelListPageResponse) - function in com.anthropic.models.models.ModelListPage.Builder
The response that this page was parsed from.
response() - function in com.anthropic.models.models.ModelListPageAsync
The response that this page was parsed from.
response(com.anthropic.models.models.ModelListPageResponse) - function in com.anthropic.models.models.ModelListPageAsync.Builder
The response that this page was parsed from.
responseValidation(java.lang.Boolean) - function in com.anthropic.client.okhttp.AnthropicOkHttpClient.Builder
 
responseValidation(java.lang.Boolean) - function in com.anthropic.client.okhttp.AnthropicOkHttpClientAsync.Builder
 
responseValidation() - function in com.anthropic.core.ClientOptions
 
responseValidation(java.lang.Boolean) - function in com.anthropic.core.ClientOptions.Builder
 
responseValidation(java.lang.Boolean) - function in com.anthropic.core.RequestOptions.Builder
 
result() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse
Processing result for this request.
result(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
Sets Builder.result to an arbitrary JSON value.
result(com.anthropic.models.beta.messages.batches.BetaMessageBatchCanceledResult) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
Alias for calling result with BetaMessageBatchResult.ofCanceled(canceled).
result(com.anthropic.models.beta.messages.batches.BetaMessageBatchErroredResult) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
Alias for calling result with BetaMessageBatchResult.ofErrored(errored).
result(com.anthropic.models.beta.messages.batches.BetaMessageBatchExpiredResult) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
Alias for calling result with BetaMessageBatchResult.ofExpired(expired).
result(com.anthropic.models.beta.messages.batches.BetaMessageBatchResult) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
Processing result for this request.
result(com.anthropic.models.beta.messages.batches.BetaMessageBatchSucceededResult) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatchIndividualResponse.Builder
Alias for calling result with BetaMessageBatchResult.ofSucceeded(succeeded).
result() - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse
Processing result for this request.
result(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
Sets Builder.result to an arbitrary JSON value.
result(com.anthropic.models.messages.batches.MessageBatchCanceledResult) - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
Alias for calling result with MessageBatchResult.ofCanceled(canceled).
result(com.anthropic.models.messages.batches.MessageBatchErroredResult) - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
Alias for calling result with MessageBatchResult.ofErrored(errored).
result(com.anthropic.models.messages.batches.MessageBatchExpiredResult) - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
Alias for calling result with MessageBatchResult.ofExpired(expired).
result(com.anthropic.models.messages.batches.MessageBatchResult) - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
Processing result for this request.
result(com.anthropic.models.messages.batches.MessageBatchSucceededResult) - function in com.anthropic.models.messages.batches.MessageBatchIndividualResponse.Builder
Alias for calling result with MessageBatchResult.ofSucceeded(succeeded).
resultBlock() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockContent
 
resultBlock() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockParamContent
 
resultBlockParam() - function in com.anthropic.models.beta.messages.BetaCodeExecutionToolResultBlockParamContent
 
resultBlocks() - function in com.anthropic.models.beta.messages.BetaWebSearchToolResultBlockContent
 
resultBlocks() - function in com.anthropic.models.messages.WebSearchToolResultBlockContent
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
Streams the results of a Message Batch as a .jsonl file.
resultsStreaming(java.lang.String) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
Streams the results of a Message Batch as a .jsonl file.
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}/results?beta=true, but is otherwise the same as BatchServiceAsync.resultsStreaming.
resultsStreaming(java.lang.String) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}/results?beta=true, but is otherwise the same as BatchServiceAsync.resultsStreaming.
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsyncImpl
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsyncImpl.WithRawResponseImpl
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String) - function in com.anthropic.services.async.messages.BatchServiceAsync
Streams the results of a Message Batch as a .jsonl file.
resultsStreaming(java.lang.String) - function in com.anthropic.services.async.messages.BatchServiceAsync
Streams the results of a Message Batch as a .jsonl file.
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}/results, but is otherwise the same as BatchServiceAsync.resultsStreaming.
resultsStreaming(java.lang.String) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}/results, but is otherwise the same as BatchServiceAsync.resultsStreaming.
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsyncImpl
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsyncImpl.WithRawResponseImpl
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(java.lang.String) - function in com.anthropic.services.blocking.beta.messages.BatchService
Streams the results of a Message Batch as a .jsonl file.
resultsStreaming(java.lang.String) - function in com.anthropic.services.blocking.beta.messages.BatchService
Streams the results of a Message Batch as a .jsonl file.
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}/results?beta=true, but is otherwise the same as BatchService.resultsStreaming.
resultsStreaming(java.lang.String) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}/results?beta=true, but is otherwise the same as BatchService.resultsStreaming.
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchServiceImpl
 
resultsStreaming(com.anthropic.models.beta.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchServiceImpl.WithRawResponseImpl
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(java.lang.String) - function in com.anthropic.services.blocking.messages.BatchService
Streams the results of a Message Batch as a .jsonl file.
resultsStreaming(java.lang.String) - function in com.anthropic.services.blocking.messages.BatchService
Streams the results of a Message Batch as a .jsonl file.
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}/results, but is otherwise the same as BatchService.resultsStreaming.
resultsStreaming(java.lang.String) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}/results, but is otherwise the same as BatchService.resultsStreaming.
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(java.lang.String,com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchServiceImpl
 
resultsStreaming(com.anthropic.models.messages.batches.BatchResultsParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchServiceImpl.WithRawResponseImpl
 
resultsUrl() - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch
URL to a .jsonl file containing the results of the Message Batch requests.
resultsUrl(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
Sets Builder.resultsUrl to an arbitrary JSON value.
resultsUrl(java.util.Optional) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
Alias for calling Builder.resultsUrl with resultsUrl.orElse(null).
resultsUrl(java.lang.String) - function in com.anthropic.models.beta.messages.batches.BetaMessageBatch.Builder
URL to a .jsonl file containing the results of the Message Batch requests.
resultsUrl() - function in com.anthropic.models.messages.batches.MessageBatch
URL to a .jsonl file containing the results of the Message Batch requests.
resultsUrl(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.batches.MessageBatch.Builder
Sets Builder.resultsUrl to an arbitrary JSON value.
resultsUrl(java.util.Optional) - function in com.anthropic.models.messages.batches.MessageBatch.Builder
Alias for calling Builder.resultsUrl with resultsUrl.orElse(null).
resultsUrl(java.lang.String) - function in com.anthropic.models.messages.batches.MessageBatch.Builder
URL to a .jsonl file containing the results of the Message Batch requests.
retrieve(com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(java.lang.String) - function in com.anthropic.services.async.ModelServiceAsync
Get a specific model.
retrieve(java.lang.String) - function in com.anthropic.services.async.ModelServiceAsync
Get a specific model.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync
 
retrieve(com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/models/{model_id}, but is otherwise the same as ModelServiceAsync.retrieve.
retrieve(java.lang.String) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/models/{model_id}, but is otherwise the same as ModelServiceAsync.retrieve.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsyncImpl
 
retrieve(com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.ModelServiceAsyncImpl.WithRawResponseImpl
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(java.lang.String) - function in com.anthropic.services.async.beta.ModelServiceAsync
Get a specific model.
retrieve(java.lang.String) - function in com.anthropic.services.async.beta.ModelServiceAsync
Get a specific model.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/models/{model_id}?beta=true, but is otherwise the same as ModelServiceAsync.retrieve.
retrieve(java.lang.String) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/models/{model_id}?beta=true, but is otherwise the same as ModelServiceAsync.retrieve.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsyncImpl
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.ModelServiceAsyncImpl.WithRawResponseImpl
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(java.lang.String) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
This endpoint is idempotent and can be used to poll for Message Batch completion.
retrieve(java.lang.String) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
This endpoint is idempotent and can be used to poll for Message Batch completion.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}?beta=true, but is otherwise the same as BatchServiceAsync.retrieve.
retrieve(java.lang.String) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}?beta=true, but is otherwise the same as BatchServiceAsync.retrieve.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsyncImpl
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.messages.BatchServiceAsyncImpl.WithRawResponseImpl
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(java.lang.String) - function in com.anthropic.services.async.messages.BatchServiceAsync
This endpoint is idempotent and can be used to poll for Message Batch completion.
retrieve(java.lang.String) - function in com.anthropic.services.async.messages.BatchServiceAsync
This endpoint is idempotent and can be used to poll for Message Batch completion.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}, but is otherwise the same as BatchServiceAsync.retrieve.
retrieve(java.lang.String) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}, but is otherwise the same as BatchServiceAsync.retrieve.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsyncImpl
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.messages.BatchServiceAsyncImpl.WithRawResponseImpl
 
retrieve(com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.ModelService
 
retrieve(com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.ModelService
 
retrieve(com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService
 
retrieve(java.lang.String) - function in com.anthropic.services.blocking.ModelService
Get a specific model.
retrieve(java.lang.String) - function in com.anthropic.services.blocking.ModelService
Get a specific model.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.ModelService
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.ModelService
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService
 
retrieve(com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(java.lang.String) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
Returns a raw HTTP response for get /v1/models/{model_id}, but is otherwise the same as ModelService.retrieve.
retrieve(java.lang.String) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
Returns a raw HTTP response for get /v1/models/{model_id}, but is otherwise the same as ModelService.retrieve.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelService.WithRawResponse
 
retrieve(com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelServiceImpl
 
retrieve(com.anthropic.models.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.ModelServiceImpl.WithRawResponseImpl
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(java.lang.String) - function in com.anthropic.services.blocking.beta.ModelService
Get a specific model.
retrieve(java.lang.String) - function in com.anthropic.services.blocking.beta.ModelService
Get a specific model.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(java.lang.String) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
Returns a raw HTTP response for get /v1/models/{model_id}?beta=true, but is otherwise the same as ModelService.retrieve.
retrieve(java.lang.String) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
Returns a raw HTTP response for get /v1/models/{model_id}?beta=true, but is otherwise the same as ModelService.retrieve.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelService.WithRawResponse
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelServiceImpl
 
retrieve(com.anthropic.models.beta.models.ModelRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.ModelServiceImpl.WithRawResponseImpl
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(java.lang.String) - function in com.anthropic.services.blocking.beta.messages.BatchService
This endpoint is idempotent and can be used to poll for Message Batch completion.
retrieve(java.lang.String) - function in com.anthropic.services.blocking.beta.messages.BatchService
This endpoint is idempotent and can be used to poll for Message Batch completion.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}?beta=true, but is otherwise the same as BatchService.retrieve.
retrieve(java.lang.String) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}?beta=true, but is otherwise the same as BatchService.retrieve.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchService.WithRawResponse
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchServiceImpl
 
retrieve(com.anthropic.models.beta.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.messages.BatchServiceImpl.WithRawResponseImpl
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(java.lang.String) - function in com.anthropic.services.blocking.messages.BatchService
This endpoint is idempotent and can be used to poll for Message Batch completion.
retrieve(java.lang.String) - function in com.anthropic.services.blocking.messages.BatchService
This endpoint is idempotent and can be used to poll for Message Batch completion.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}, but is otherwise the same as BatchService.retrieve.
retrieve(java.lang.String) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
Returns a raw HTTP response for get /v1/messages/batches/{message_batch_id}, but is otherwise the same as BatchService.retrieve.
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(java.lang.String,com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchService.WithRawResponse
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchServiceImpl
 
retrieve(com.anthropic.models.messages.batches.BatchRetrieveParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.messages.BatchServiceImpl.WithRawResponseImpl
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(java.lang.String) - function in com.anthropic.services.async.beta.FileServiceAsync
Get File Metadata
retrieveMetadata(java.lang.String) - function in com.anthropic.services.async.beta.FileServiceAsync
Get File Metadata
retrieveMetadata(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(java.lang.String) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/files/{file_id}?beta=true, but is otherwise the same as FileServiceAsync.retrieveMetadata.
retrieveMetadata(java.lang.String) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
Returns a raw HTTP response for get /v1/files/{file_id}?beta=true, but is otherwise the same as FileServiceAsync.retrieveMetadata.
retrieveMetadata(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsync.WithRawResponse
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsyncImpl
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.async.beta.FileServiceAsyncImpl.WithRawResponseImpl
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(java.lang.String) - function in com.anthropic.services.blocking.beta.FileService
Get File Metadata
retrieveMetadata(java.lang.String) - function in com.anthropic.services.blocking.beta.FileService
Get File Metadata
retrieveMetadata(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(java.lang.String) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
Returns a raw HTTP response for get /v1/files/{file_id}?beta=true, but is otherwise the same as FileService.retrieveMetadata.
retrieveMetadata(java.lang.String) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
Returns a raw HTTP response for get /v1/files/{file_id}?beta=true, but is otherwise the same as FileService.retrieveMetadata.
retrieveMetadata(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(java.lang.String,com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileService.WithRawResponse
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileServiceImpl
 
retrieveMetadata(com.anthropic.models.beta.files.FileRetrieveMetadataParams,com.anthropic.core.RequestOptions) - function in com.anthropic.services.blocking.beta.FileServiceImpl.WithRawResponseImpl
 
RetryingHttpClient - class in com.anthropic.core.http
 
RetryingHttpClient.Builder - class in com.anthropic.core.http.RetryingHttpClient
 
returnCode() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock
 
returnCode(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock.Builder
Sets Builder.returnCode to an arbitrary JSON value.
returnCode(java.lang.Long) - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlock.Builder
 
returnCode() - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam
 
returnCode(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam.Builder
Sets Builder.returnCode to an arbitrary JSON value.
returnCode(java.lang.Long) - function in com.anthropic.models.beta.messages.BetaCodeExecutionResultBlockParam.Builder
 
role(com.anthropic.core.JsonValue) - function in com.anthropic.models.beta.messages.BetaMessage.Builder
Sets the field to an arbitrary JSON value.
role() - function in com.anthropic.models.beta.messages.BetaMessageParam
 
role(com.anthropic.core.JsonField) - function in com.anthropic.models.beta.messages.BetaMessageParam.Builder
Sets Builder.role to an arbitrary JSON value.
role(com.anthropic.models.beta.messages.BetaMessageParam.Role) - function in com.anthropic.models.beta.messages.BetaMessageParam.Builder
 
role(com.anthropic.core.JsonValue) - function in com.anthropic.models.messages.Message.Builder
Sets the field to an arbitrary JSON value.
role() - function in com.anthropic.models.messages.MessageParam
 
role(com.anthropic.core.JsonField) - function in com.anthropic.models.messages.MessageParam.Builder
Sets Builder.role to an arbitrary JSON value.
role(com.anthropic.models.messages.MessageParam.Role) - function in com.anthropic.models.messages.MessageParam.Builder
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _