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