Package com.mypurecloud.sdk.v2.model
Class WebDeploymentsJourneyContext
java.lang.Object
com.mypurecloud.sdk.v2.model.WebDeploymentsJourneyContext
- All Implemented Interfaces:
Serializable
WebDeploymentsJourneyContext
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomer(JourneyCustomer customer) Journey customer information.customerSession(JourneyCustomerSession customerSession) Contains the Journey System's customer session details.booleaninthashCode()journeyAction(JourneyAction journeyAction) A subset of the Journey System's action data relevant to a part of a conversation (for external linkage and internal usage/context)voidsetCustomer(JourneyCustomer customer) voidsetCustomerSession(JourneyCustomerSession customerSession) voidsetJourneyAction(JourneyAction journeyAction) toString()
-
Constructor Details
-
WebDeploymentsJourneyContext
public WebDeploymentsJourneyContext() -
WebDeploymentsJourneyContext
-
-
Method Details
-
journeyAction
A subset of the Journey System's action data relevant to a part of a conversation (for external linkage and internal usage/context) -
getJourneyAction
-
setJourneyAction
-
customer
Journey customer information. Used for linking the authenticated customer with the journey. -
getCustomer
-
setCustomer
-
customerSession
Contains the Journey System's customer session details. -
getCustomerSession
-
setCustomerSession
-
equals
-
hashCode
public int hashCode() -
toString
-