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