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