Package com.courier.models.bulk
Class InboundBulkMessageUser
-
- All Implemented Interfaces:
public final class InboundBulkMessageUser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundBulkMessageUser.BuilderA builder for InboundBulkMessageUser.
-
Method Summary
Modifier and Type Method Description final JsonValue_data()final Optional<RecipientPreferences>preferences()final JsonValue_profile()final Optional<String>recipient()final Optional<UserRecipient>to()final JsonField<RecipientPreferences>_preferences()Returns the raw JSON value of preferences. final JsonField<String>_recipient()Returns the raw JSON value of recipient. final JsonField<UserRecipient>_to()Returns the raw JSON value of to. final Map<String, JsonValue>_additionalProperties()final InboundBulkMessageUser.BuildertoBuilder()final InboundBulkMessageUservalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InboundBulkMessageUser.Builderbuilder()Returns a mutable builder for constructing an instance of InboundBulkMessageUser. -
-
Method Detail
-
preferences
final Optional<RecipientPreferences> preferences()
-
to
final Optional<UserRecipient> to()
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InboundBulkMessageUser.Builder toBuilder()
-
validate
final InboundBulkMessageUser validate()
-
builder
final static InboundBulkMessageUser.Builder builder()
Returns a mutable builder for constructing an instance of InboundBulkMessageUser.
-
-
-
-