Package com.mypurecloud.sdk.v2.model
Class JourneyAppEventsNotificationAppEventsNotification
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyAppEventsNotificationAppEventsNotification
- All Implemented Interfaces:
Serializable
public class JourneyAppEventsNotificationAppEventsNotification
extends Object
implements Serializable
JourneyAppEventsNotificationAppEventsNotification
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets eventType -
Constructor Summary
ConstructorsConstructorDescriptionJourneyAppEventsNotificationAppEventsNotification(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptioncorrelationId(String correlationId) createdDate(Date createdDate) customerId(String customerId) customerIdType(String customerIdType) booleanexternalContact(JourneyAppEventsNotificationExternalContact externalContact) getId()inthashCode()outcomeAchievedEvent(JourneyAppEventsNotificationOutcomeAchievedMessage outcomeAchievedEvent) segmentAssignmentEvent(JourneyAppEventsNotificationSegmentAssignmentMessage segmentAssignmentEvent) voidvoidsetCorrelationId(String correlationId) voidsetCreatedDate(Date createdDate) voidsetCustomerId(String customerId) voidsetCustomerIdType(String customerIdType) voidvoidsetExternalContact(JourneyAppEventsNotificationExternalContact externalContact) voidvoidsetOutcomeAchievedEvent(JourneyAppEventsNotificationOutcomeAchievedMessage outcomeAchievedEvent) voidsetSegmentAssignmentEvent(JourneyAppEventsNotificationSegmentAssignmentMessage segmentAssignmentEvent) voidvoidsetWebActionEvent(JourneyAppEventsNotificationWebActionMessage webActionEvent) toString()webActionEvent(JourneyAppEventsNotificationWebActionMessage webActionEvent)
-
Constructor Details
-
JourneyAppEventsNotificationAppEventsNotification
public JourneyAppEventsNotificationAppEventsNotification() -
JourneyAppEventsNotificationAppEventsNotification
-
-
Method Details
-
id
-
getId
-
setId
-
correlationId
-
getCorrelationId
-
setCorrelationId
-
externalContact
public JourneyAppEventsNotificationAppEventsNotification externalContact(JourneyAppEventsNotificationExternalContact externalContact) -
getExternalContact
-
setExternalContact
-
createdDate
-
getCreatedDate
-
setCreatedDate
-
customerId
-
getCustomerId
-
setCustomerId
-
customerIdType
-
getCustomerIdType
-
setCustomerIdType
-
session
public JourneyAppEventsNotificationAppEventsNotification session(JourneyAppEventsNotificationSession session) -
getSession
-
setSession
-
eventType
public JourneyAppEventsNotificationAppEventsNotification eventType(JourneyAppEventsNotificationAppEventsNotification.EventTypeEnum eventType) -
getEventType
-
setEventType
-
appEvent
public JourneyAppEventsNotificationAppEventsNotification appEvent(JourneyAppEventsNotificationAppMessage appEvent) -
getAppEvent
-
setAppEvent
-
outcomeAchievedEvent
public JourneyAppEventsNotificationAppEventsNotification outcomeAchievedEvent(JourneyAppEventsNotificationOutcomeAchievedMessage outcomeAchievedEvent) -
getOutcomeAchievedEvent
-
setOutcomeAchievedEvent
public void setOutcomeAchievedEvent(JourneyAppEventsNotificationOutcomeAchievedMessage outcomeAchievedEvent) -
segmentAssignmentEvent
public JourneyAppEventsNotificationAppEventsNotification segmentAssignmentEvent(JourneyAppEventsNotificationSegmentAssignmentMessage segmentAssignmentEvent) -
getSegmentAssignmentEvent
-
setSegmentAssignmentEvent
public void setSegmentAssignmentEvent(JourneyAppEventsNotificationSegmentAssignmentMessage segmentAssignmentEvent) -
webActionEvent
public JourneyAppEventsNotificationAppEventsNotification webActionEvent(JourneyAppEventsNotificationWebActionMessage webActionEvent) -
getWebActionEvent
-
setWebActionEvent
-
equals
-
hashCode
public int hashCode() -
toString
-