Class BetaManagedAgentsTokenEndpointAuthPostParam.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsTokenEndpointAuthPostParam.BuilderA builder for BetaManagedAgentsTokenEndpointAuthPostParam.
-
-
Method Summary
-
-
Method Detail
-
clientSecret
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder clientSecret(String clientSecret)
OAuth client secret.
-
clientSecret
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder clientSecret(JsonField<String> clientSecret)
Sets Builder.clientSecret to an arbitrary JSON value.
You should usually call Builder.clientSecret with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder type(BetaManagedAgentsTokenEndpointAuthPostParam.Type type)
-
type
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder type(JsonField<BetaManagedAgentsTokenEndpointAuthPostParam.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsTokenEndpointAuthPostParam build()
Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthPostParam.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.clientSecret() .type()
-
-
-
-