Package com.intercom.api.types
Class CreateDataEventRequest.WithEmail.Builder
java.lang.Object
com.intercom.api.types.CreateDataEventRequest.WithEmail.Builder
- All Implemented Interfaces:
CreateDataEventRequest.WithEmail._FinalStage,CreateDataEventRequest.WithEmail.CreatedAtStage,CreateDataEventRequest.WithEmail.EmailStage,CreateDataEventRequest.WithEmail.EventNameStage
- Enclosing class:
CreateDataEventRequest.WithEmail
public static final class CreateDataEventRequest.WithEmail.Builder
extends Object
implements CreateDataEventRequest.WithEmail.EmailStage, CreateDataEventRequest.WithEmail.EventNameStage, CreateDataEventRequest.WithEmail.CreatedAtStage, CreateDataEventRequest.WithEmail._FinalStage
-
Method Details
-
from
- Specified by:
fromin interfaceCreateDataEventRequest.WithEmail.EmailStage
-
email
An email address for your user. An email should only be used where your application uses email to uniquely identify users.
- Specified by:
emailin interfaceCreateDataEventRequest.WithEmail.EmailStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
eventName
The name of the event that occurred. This is presented to your App's admins when filtering and creating segments - a good event name is typically a past tense 'verb-noun' combination, to improve readability, for example
updated-plan.- Specified by:
eventNamein interfaceCreateDataEventRequest.WithEmail.EventNameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
The time the event occurred as a UTC Unix timestamp
- Specified by:
createdAtin interfaceCreateDataEventRequest.WithEmail.CreatedAtStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
metadata
Optional metadata about the event.
- Specified by:
metadatain interfaceCreateDataEventRequest.WithEmail._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
metadata
- Specified by:
metadatain interfaceCreateDataEventRequest.WithEmail._FinalStage
-
build
- Specified by:
buildin interfaceCreateDataEventRequest.WithEmail._FinalStage
-