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