Package com.mypurecloud.sdk.v2.model
Class JourneyWebEventsNotificationWebEventsNotification
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyWebEventsNotificationWebEventsNotification
- All Implemented Interfaces:
Serializable
public class JourneyWebEventsNotificationWebEventsNotification
extends Object
implements Serializable
JourneyWebEventsNotificationWebEventsNotification
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets eventType -
Constructor Summary
ConstructorsConstructorDescriptionJourneyWebEventsNotificationWebEventsNotification(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptioncorrelationId(String correlationId) createdDate(Date createdDate) customerId(String customerId) customerIdType(String customerIdType) booleanexternalContact(JourneyWebEventsNotificationExternalContact externalContact) getId()inthashCode()outcomeAchievedEvent(JourneyWebEventsNotificationOutcomeAchievedMessage outcomeAchievedEvent) segmentAssignmentEvent(JourneyWebEventsNotificationSegmentAssignmentMessage segmentAssignmentEvent) voidsetCorrelationId(String correlationId) voidsetCreatedDate(Date createdDate) voidsetCustomerId(String customerId) voidsetCustomerIdType(String customerIdType) voidvoidsetExternalContact(JourneyWebEventsNotificationExternalContact externalContact) voidvoidsetOutcomeAchievedEvent(JourneyWebEventsNotificationOutcomeAchievedMessage outcomeAchievedEvent) voidsetSegmentAssignmentEvent(JourneyWebEventsNotificationSegmentAssignmentMessage segmentAssignmentEvent) voidvoidsetWebActionEvent(JourneyWebEventsNotificationWebActionMessage webActionEvent) voidtoString()webActionEvent(JourneyWebEventsNotificationWebActionMessage webActionEvent)
-
Constructor Details
-
JourneyWebEventsNotificationWebEventsNotification
public JourneyWebEventsNotificationWebEventsNotification() -
JourneyWebEventsNotificationWebEventsNotification
-
-
Method Details
-
id
-
getId
-
setId
-
correlationId
-
getCorrelationId
-
setCorrelationId
-
externalContact
public JourneyWebEventsNotificationWebEventsNotification externalContact(JourneyWebEventsNotificationExternalContact externalContact) -
getExternalContact
-
setExternalContact
-
createdDate
-
getCreatedDate
-
setCreatedDate
-
customerId
-
getCustomerId
-
setCustomerId
-
customerIdType
-
getCustomerIdType
-
setCustomerIdType
-
session
public JourneyWebEventsNotificationWebEventsNotification session(JourneyWebEventsNotificationSession session) -
getSession
-
setSession
-
eventType
public JourneyWebEventsNotificationWebEventsNotification eventType(JourneyWebEventsNotificationWebEventsNotification.EventTypeEnum eventType) -
getEventType
-
setEventType
-
webEvent
public JourneyWebEventsNotificationWebEventsNotification webEvent(JourneyWebEventsNotificationWebMessage webEvent) -
getWebEvent
-
setWebEvent
-
webActionEvent
public JourneyWebEventsNotificationWebEventsNotification webActionEvent(JourneyWebEventsNotificationWebActionMessage webActionEvent) -
getWebActionEvent
-
setWebActionEvent
-
outcomeAchievedEvent
public JourneyWebEventsNotificationWebEventsNotification outcomeAchievedEvent(JourneyWebEventsNotificationOutcomeAchievedMessage outcomeAchievedEvent) -
getOutcomeAchievedEvent
-
setOutcomeAchievedEvent
public void setOutcomeAchievedEvent(JourneyWebEventsNotificationOutcomeAchievedMessage outcomeAchievedEvent) -
segmentAssignmentEvent
public JourneyWebEventsNotificationWebEventsNotification segmentAssignmentEvent(JourneyWebEventsNotificationSegmentAssignmentMessage segmentAssignmentEvent) -
getSegmentAssignmentEvent
-
setSegmentAssignmentEvent
public void setSegmentAssignmentEvent(JourneyWebEventsNotificationSegmentAssignmentMessage segmentAssignmentEvent) -
equals
-
hashCode
public int hashCode() -
toString
-