Class BetaManagedAgentsTokenEndpointAuthPostUpdateParam
-
- All Implemented Interfaces:
public final class BetaManagedAgentsTokenEndpointAuthPostUpdateParamUpdated POST body authentication parameters for the token endpoint.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsTokenEndpointAuthPostUpdateParam.BuilderA builder for BetaManagedAgentsTokenEndpointAuthPostUpdateParam.
public final classBetaManagedAgentsTokenEndpointAuthPostUpdateParam.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Typetype()final Optional<String>clientSecret()Updated OAuth client secret. final JsonField<BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Type>_type()Returns the raw JSON value of type. final JsonField<String>_clientSecret()Returns the raw JSON value of clientSecret. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsTokenEndpointAuthPostUpdateParam.BuildertoBuilder()final BetaManagedAgentsTokenEndpointAuthPostUpdateParamvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostUpdateParam. -
-
Method Detail
-
clientSecret
final Optional<String> clientSecret()
Updated OAuth client secret.
-
_type
final JsonField<BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_clientSecret
final JsonField<String> _clientSecret()
Returns the raw JSON value of clientSecret.
Unlike clientSecret, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Builder toBuilder()
-
validate
final BetaManagedAgentsTokenEndpointAuthPostUpdateParam 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 BetaManagedAgentsTokenEndpointAuthPostUpdateParam.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostUpdateParam.
The following fields are required:
.type()
-
-
-
-