Class BetaManagedAgentsTokenEndpointAuthBasicParam.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsTokenEndpointAuthBasicParam.BuilderA builder for BetaManagedAgentsTokenEndpointAuthBasicParam.
-
-
Method Summary
-
-
Method Detail
-
clientSecret
final BetaManagedAgentsTokenEndpointAuthBasicParam.Builder clientSecret(String clientSecret)
OAuth client secret.
-
clientSecret
final BetaManagedAgentsTokenEndpointAuthBasicParam.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 BetaManagedAgentsTokenEndpointAuthBasicParam.Builder type(BetaManagedAgentsTokenEndpointAuthBasicParam.Type type)
-
type
final BetaManagedAgentsTokenEndpointAuthBasicParam.Builder type(JsonField<BetaManagedAgentsTokenEndpointAuthBasicParam.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 BetaManagedAgentsTokenEndpointAuthBasicParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsTokenEndpointAuthBasicParam.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsTokenEndpointAuthBasicParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsTokenEndpointAuthBasicParam.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsTokenEndpointAuthBasicParam.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsTokenEndpointAuthBasicParam build()
Returns an immutable instance of BetaManagedAgentsTokenEndpointAuthBasicParam.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.clientSecret() .type()
-
-
-
-