public class IdentifyPayload extends BasePayload
Modifier and Type | Class and Description |
---|---|
static class |
IdentifyPayload.Builder
Fluent API for creating
IdentifyPayload instances. |
BasePayload.Channel, BasePayload.Type
Modifier and Type | Method and Description |
---|---|
IdentifyPayload.Builder |
toBuilder() |
java.lang.String |
toString() |
Traits |
traits()
A dictionary of traits you know about a user, for example email or name.
|
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 Traits traits()
public IdentifyPayload.Builder toBuilder()
toBuilder
in class BasePayload