Package com.courier.models.bulk
Class BulkListUsersResponse.Item
-
- All Implemented Interfaces:
public final class BulkListUsersResponse.Item
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkListUsersResponse.Item.BuilderA builder for Item.
public final classBulkListUsersResponse.Item.Status
-
Method Summary
-
-
Method Detail
-
toInboundBulkMessageUser
final InboundBulkMessageUser toInboundBulkMessageUser()
-
preferences
final Optional<RecipientPreferences> preferences()
-
to
final Optional<UserRecipient> to()
-
status
final BulkListUsersResponse.Item.Status status()
-
_preferences
final JsonField<RecipientPreferences> _preferences()
Returns the raw JSON value of preferences.
Unlike preferences, this method doesn't throw if the JSON field has an unexpected type.
-
_recipient
final JsonField<String> _recipient()
Returns the raw JSON value of recipient.
Unlike recipient, this method doesn't throw if the JSON field has an unexpected type.
-
_to
final JsonField<UserRecipient> _to()
Returns the raw JSON value of to.
Unlike to, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<BulkListUsersResponse.Item.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_messageId
final JsonField<String> _messageId()
Returns the raw JSON value of messageId.
Unlike messageId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BulkListUsersResponse.Item.Builder toBuilder()
-
validate
final BulkListUsersResponse.Item validate()
-
builder
final static BulkListUsersResponse.Item.Builder builder()
Returns a mutable builder for constructing an instance of Item.
The following fields are required:
.status()
-
-
-
-