Class BetaManagedAgentsUserActor
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUserActorAttribution for a write made by a human user through the Anthropic Console.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsUserActor.BuilderA builder for BetaManagedAgentsUserActor.
public final classBetaManagedAgentsUserActor.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsUserActor.Typetype()final StringuserId()ID of the user who performed the write (a user_...value).final JsonField<BetaManagedAgentsUserActor.Type>_type()Returns the raw JSON value of type. final JsonField<String>_userId()Returns the raw JSON value of userId. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsUserActor.BuildertoBuilder()final BetaManagedAgentsUserActorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsUserActor.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsUserActor. -
-
Method Detail
-
type
final BetaManagedAgentsUserActor.Type type()
-
_type
final JsonField<BetaManagedAgentsUserActor.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_userId
final JsonField<String> _userId()
Returns the raw JSON value of userId.
Unlike userId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsUserActor.Builder toBuilder()
-
validate
final BetaManagedAgentsUserActor 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 BetaManagedAgentsUserActor.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsUserActor.
The following fields are required:
.type() .userId()
-
-
-
-