Package com.anthropic.models
Class BetaNotFoundError
-
- All Implemented Interfaces:
public final class BetaNotFoundError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaNotFoundError.BuilderA builder for BetaNotFoundError.
public final classBetaNotFoundError.Type
-
Method Summary
Modifier and Type Method Description final Stringmessage()final BetaNotFoundError.Typetype()final JsonField<String>_message()final JsonField<BetaNotFoundError.Type>_type()final Map<String, JsonValue>_additionalProperties()final BetaNotFoundErrorvalidate()final BetaNotFoundError.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaNotFoundError.Builderbuilder()-
-
Method Detail
-
type
final BetaNotFoundError.Type type()
-
_type
final JsonField<BetaNotFoundError.Type> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaNotFoundError validate()
-
toBuilder
final BetaNotFoundError.Builder toBuilder()
-
builder
final static BetaNotFoundError.Builder builder()
-
-
-
-