Package com.anthropic.models
Class NotFoundError
-
- All Implemented Interfaces:
public final class NotFoundError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotFoundError.BuilderA builder for NotFoundError.
-
Method Summary
Modifier and Type Method Description final Stringmessage()final JsonValue_type()final JsonField<String>_message()final Map<String, JsonValue>_additionalProperties()final NotFoundErrorvalidate()final NotFoundError.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotFoundError.Builderbuilder()Returns a mutable builder for constructing an instance of NotFoundError. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final NotFoundError validate()
-
toBuilder
final NotFoundError.Builder toBuilder()
-
builder
final static NotFoundError.Builder builder()
Returns a mutable builder for constructing an instance of NotFoundError.
The following fields are required:
.message()
-
-
-
-