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