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