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