Package com.anthropic.models.beta.agents
Class BetaManagedAgentsAnthropicSkill
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAnthropicSkillA resolved Anthropic-managed skill.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAnthropicSkill.BuilderA builder for BetaManagedAgentsAnthropicSkill.
public final classBetaManagedAgentsAnthropicSkill.Type
-
Method Summary
Modifier and Type Method Description final StringskillId()final BetaManagedAgentsAnthropicSkill.Typetype()final Stringversion()final JsonField<String>_skillId()Returns the raw JSON value of skillId. final JsonField<BetaManagedAgentsAnthropicSkill.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 BetaManagedAgentsAnthropicSkill.BuildertoBuilder()final BetaManagedAgentsAnthropicSkillvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsAnthropicSkill.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsAnthropicSkill. -
-
Method Detail
-
type
final BetaManagedAgentsAnthropicSkill.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<BetaManagedAgentsAnthropicSkill.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 BetaManagedAgentsAnthropicSkill.Builder toBuilder()
-
validate
final BetaManagedAgentsAnthropicSkill 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 BetaManagedAgentsAnthropicSkill.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAnthropicSkill.
The following fields are required:
.skillId() .type() .version()
-
-
-
-