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()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()
-
builder
final static InboundBulkMessageUser.Profile.Builder builder()
Returns a mutable builder for constructing an instance of Profile.
-
-
-
-