public class AliasPayload extends BasePayload
Modifier and Type | Class and Description |
---|---|
static class |
AliasPayload.Builder
Fluent API for creating
AliasPayload instances. |
BasePayload.Channel, BasePayload.Type
Modifier and Type | Method and Description |
---|---|
java.lang.String |
previousId()
The previous ID for the user that you want to alias from, that you previously called identify
with as their user ID, or the anonymous ID if you haven't identified the user yet.
|
AliasPayload.Builder |
toBuilder() |
java.lang.String |
toString() |
anonymousId, context, integrations, messageId, putValue, timestamp, type, userId
clear, containsKey, containsValue, entrySet, equals, get, getBoolean, getChar, getDouble, getEnum, getFloat, getInt, getList, getLong, getString, getValueMap, getValueMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toJsonObject, toStringMap, values
public java.lang.String previousId()
public AliasPayload.Builder toBuilder()
toBuilder
in class BasePayload