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