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