Package com.anthropic.models.beta.agents
Class BetaManagedAgentsAlwaysAllowPolicy
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAlwaysAllowPolicyTool calls are automatically approved without user confirmation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAlwaysAllowPolicy.BuilderA builder for BetaManagedAgentsAlwaysAllowPolicy.
public final classBetaManagedAgentsAlwaysAllowPolicy.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsAlwaysAllowPolicy.Typetype()final JsonField<BetaManagedAgentsAlwaysAllowPolicy.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsAlwaysAllowPolicy.BuildertoBuilder()final BetaManagedAgentsAlwaysAllowPolicyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsAlwaysAllowPolicy.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsAlwaysAllowPolicy. -
-
Method Detail
-
type
final BetaManagedAgentsAlwaysAllowPolicy.Type type()
-
_type
final JsonField<BetaManagedAgentsAlwaysAllowPolicy.Type> _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 BetaManagedAgentsAlwaysAllowPolicy.Builder toBuilder()
-
validate
final BetaManagedAgentsAlwaysAllowPolicy 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 BetaManagedAgentsAlwaysAllowPolicy.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAlwaysAllowPolicy.
The following fields are required:
.type()
-
-
-
-