Class BetaManagedAgentsDeletedSession
-
- All Implemented Interfaces:
public final class BetaManagedAgentsDeletedSessionConfirmation that a
sessionhas been permanently deleted.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsDeletedSession.BuilderA builder for BetaManagedAgentsDeletedSession.
public final classBetaManagedAgentsDeletedSession.Type
-
Method Summary
Modifier and Type Method Description final Stringid()final BetaManagedAgentsDeletedSession.Typetype()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<BetaManagedAgentsDeletedSession.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsDeletedSession.BuildertoBuilder()final BetaManagedAgentsDeletedSessionvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsDeletedSession.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedSession. -
-
Method Detail
-
type
final BetaManagedAgentsDeletedSession.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<BetaManagedAgentsDeletedSession.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 BetaManagedAgentsDeletedSession.Builder toBuilder()
-
validate
final BetaManagedAgentsDeletedSession 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 BetaManagedAgentsDeletedSession.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedSession.
The following fields are required:
.id() .type()
-
-
-
-