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