Class BetaManagedAgentsConflictError.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsConflictError.BuilderA builder for BetaManagedAgentsConflictError.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsConflictError.Builder type(JsonField<BetaManagedAgentsConflictError.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.
-
message
final BetaManagedAgentsConflictError.Builder message(String message)
-
message
final BetaManagedAgentsConflictError.Builder message(JsonField<String> message)
Sets Builder.message to an arbitrary JSON value.
You should usually call Builder.message with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsConflictError.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsConflictError.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsConflictError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsConflictError.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsConflictError.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsConflictError build()
Returns an immutable instance of BetaManagedAgentsConflictError.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type()
-
-
-
-