Package com.courier.models.journeys
Class JourneysInvokeRequest.Profile
-
- All Implemented Interfaces:
public final class JourneysInvokeRequest.ProfileProfile data for the user. Can contain contact information (email, phone_number), user identifiers (user_id, userId, anonymousId), or any custom profile fields. Profile fields are merged with any existing stored profile for the user. Include context.tenant_id to load a tenant-scoped profile for multi-tenant scenarios.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneysInvokeRequest.Profile.BuilderA builder for Profile.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final JourneysInvokeRequest.Profile.BuildertoBuilder()final JourneysInvokeRequest.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 JourneysInvokeRequest.Profile.Builderbuilder()Returns a mutable builder for constructing an instance of Profile. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneysInvokeRequest.Profile.Builder toBuilder()
-
validate
final JourneysInvokeRequest.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 JourneysInvokeRequest.Profile.Builder builder()
Returns a mutable builder for constructing an instance of Profile.
-
-
-
-