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