Package com.anthropic.models.beta.skills
Class SkillDeleteResponse
-
- All Implemented Interfaces:
public final class SkillDeleteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSkillDeleteResponse.BuilderA builder for SkillDeleteResponse.
-
Method Summary
Modifier and Type Method Description final Stringid()Unique identifier for the skill. final Stringtype()Deleted object type. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final SkillDeleteResponse.BuildertoBuilder()final SkillDeleteResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SkillDeleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SkillDeleteResponse. -
-
Method Detail
-
id
final String id()
Unique identifier for the skill.
The format and length of IDs may change over time.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<String> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SkillDeleteResponse.Builder toBuilder()
-
validate
final SkillDeleteResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SkillDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of SkillDeleteResponse.
The following fields are required:
.id() .type()
-
-
-
-