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