Package com.courier.models.bulk
Class InboundBulkMessageUser.Profile
-
- All Implemented Interfaces:
public final class InboundBulkMessageUser.ProfileUser profile information. For email-based bulk jobs,
profile.emailis required for provider routing to determine if the message can be delivered. The email address should be provided here rather than into.email.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundBulkMessageUser.Profile.BuilderA builder for Profile.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final InboundBulkMessageUser.Profile.BuildertoBuilder()final InboundBulkMessageUser.Profilevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InboundBulkMessageUser.Profile.Builderbuilder()Returns a mutable builder for constructing an instance of Profile. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InboundBulkMessageUser.Profile.Builder toBuilder()
-
validate
final InboundBulkMessageUser.Profile validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static InboundBulkMessageUser.Profile.Builder builder()
Returns a mutable builder for constructing an instance of Profile.
-
-
-
-