Package com.anthropic.models.beta.agents
Class BetaManagedAgentsCustomSkill
-
- All Implemented Interfaces:
public final class BetaManagedAgentsCustomSkillA resolved user-created custom skill.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsCustomSkill.BuilderA builder for BetaManagedAgentsCustomSkill.
public final classBetaManagedAgentsCustomSkill.Type
-
Method Summary
Modifier and Type Method Description final StringskillId()final BetaManagedAgentsCustomSkill.Typetype()final Stringversion()final JsonField<String>_skillId()Returns the raw JSON value of skillId. final JsonField<BetaManagedAgentsCustomSkill.Type>_type()Returns the raw JSON value of type. final JsonField<String>_version()Returns the raw JSON value of version. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsCustomSkill.BuildertoBuilder()final BetaManagedAgentsCustomSkillvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsCustomSkill.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomSkill. -
-
Method Detail
-
type
final BetaManagedAgentsCustomSkill.Type type()
-
_skillId
final JsonField<String> _skillId()
Returns the raw JSON value of skillId.
Unlike skillId, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsCustomSkill.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_version
final JsonField<String> _version()
Returns the raw JSON value of version.
Unlike version, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsCustomSkill.Builder toBuilder()
-
validate
final BetaManagedAgentsCustomSkill 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 BetaManagedAgentsCustomSkill.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomSkill.
The following fields are required:
.skillId() .type() .version()
-
-
-
-