Class BetaManagedAgentsTokenEndpointAuthPostResponse
-
- All Implemented Interfaces:
public final class BetaManagedAgentsTokenEndpointAuthPostResponseToken endpoint uses POST body authentication with client credentials.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsTokenEndpointAuthPostResponse.BuilderA builder for BetaManagedAgentsTokenEndpointAuthPostResponse.
public final classBetaManagedAgentsTokenEndpointAuthPostResponse.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsTokenEndpointAuthPostResponse.Typetype()final JsonField<BetaManagedAgentsTokenEndpointAuthPostResponse.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsTokenEndpointAuthPostResponse.BuildertoBuilder()final BetaManagedAgentsTokenEndpointAuthPostResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsTokenEndpointAuthPostResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostResponse. -
-
Method Detail
-
type
final BetaManagedAgentsTokenEndpointAuthPostResponse.Type type()
-
_type
final JsonField<BetaManagedAgentsTokenEndpointAuthPostResponse.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 BetaManagedAgentsTokenEndpointAuthPostResponse.Builder toBuilder()
-
validate
final BetaManagedAgentsTokenEndpointAuthPostResponse 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 BetaManagedAgentsTokenEndpointAuthPostResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostResponse.
The following fields are required:
.type()
-
-
-
-