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