Package com.segment.analytics.messages
Class IdentifyMessage
java.lang.Object
com.segment.analytics.messages.IdentifyMessage
- All Implemented Interfaces:
Message
public abstract class IdentifyMessage extends Object implements Message
The identify call ties a customer and their actions to a recognizable ID and traits like their
email, name, etc.
Use builder()
to construct your own instances.
- See Also:
- Identify
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IdentifyMessage.Builder
Fluent API for creatingIdentifyMessage
instances.Nested classes/interfaces inherited from interface com.segment.analytics.messages.Message
Message.Type
-
Constructor Summary
Constructors Constructor Description IdentifyMessage()
-
Method Summary
Modifier and Type Method Description static IdentifyMessage.Builder
builder()
Start building anIdentifyMessage
instance.IdentifyMessage.Builder
toBuilder()
abstract Map<String,?>
traits()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.segment.analytics.messages.Message
anonymousId, context, integrations, messageId, timestamp, type, userId
-
Constructor Details
-
IdentifyMessage
public IdentifyMessage()
-
-
Method Details
-
builder
Start building anIdentifyMessage
instance. -
traits
-
toBuilder
-