Class BetaManagedAgentsDeleteSessionResource
-
- All Implemented Interfaces:
public final class BetaManagedAgentsDeleteSessionResourceConfirmation of resource deletion.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsDeleteSessionResource.BuilderA builder for BetaManagedAgentsDeleteSessionResource.
public final classBetaManagedAgentsDeleteSessionResource.Type
-
Method Summary
Modifier and Type Method Description final Stringid()final BetaManagedAgentsDeleteSessionResource.Typetype()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<BetaManagedAgentsDeleteSessionResource.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsDeleteSessionResource.BuildertoBuilder()final BetaManagedAgentsDeleteSessionResourcevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsDeleteSessionResource.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsDeleteSessionResource. -
-
Method Detail
-
type
final BetaManagedAgentsDeleteSessionResource.Type type()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsDeleteSessionResource.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 BetaManagedAgentsDeleteSessionResource.Builder toBuilder()
-
validate
final BetaManagedAgentsDeleteSessionResource 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 BetaManagedAgentsDeleteSessionResource.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsDeleteSessionResource.
The following fields are required:
.id() .type()
-
-
-
-