Package com.anthropic.models
Class AuthenticationError.Builder
-
- All Implemented Interfaces:
public final class AuthenticationError.BuilderA builder for AuthenticationError.
-
-
Method Summary
Modifier and Type Method Description final AuthenticationError.Buildermessage(String message)final AuthenticationError.Buildermessage(JsonField<String> message)final AuthenticationError.Buildertype(AuthenticationError.Type type)final AuthenticationError.Buildertype(JsonField<AuthenticationError.Type> type)final AuthenticationError.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final AuthenticationError.BuilderputAdditionalProperty(String key, JsonValue value)final AuthenticationError.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final AuthenticationError.BuilderremoveAdditionalProperty(String key)final AuthenticationError.BuilderremoveAllAdditionalProperties(Set<String> keys)final AuthenticationErrorbuild()-
-
Method Detail
-
message
final AuthenticationError.Builder message(String message)
-
message
final AuthenticationError.Builder message(JsonField<String> message)
-
type
final AuthenticationError.Builder type(AuthenticationError.Type type)
-
type
final AuthenticationError.Builder type(JsonField<AuthenticationError.Type> type)
-
additionalProperties
final AuthenticationError.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthenticationError.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthenticationError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthenticationError.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthenticationError.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthenticationError build()
-
-
-
-