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