Package com.mypurecloud.sdk.v2.model
Class DeploymentWebAction
java.lang.Object
com.mypurecloud.sdk.v2.model.DeploymentWebAction
- All Implemented Interfaces:
Serializable
DeploymentWebAction
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAction media type used to deliver the action. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionMapId(String actionMapId) ID of the action map that triggered the action.actionMapVersion(Integer actionMapVersion) Version of the action map that triggered the action.contentOfferProperties(ContentOffer contentOfferProperties) Content offer specific properties.customerId(String customerId) ID string of the customer that the action was triggered for.customerIdType(String customerIdType) Type of the customer ID that the action was triggered for.booleangetId()inthashCode()System-generated UUID for the action.mediaType(DeploymentWebAction.MediaTypeEnum mediaType) Action media type used to deliver the action.openActionProperties(OpenActionProperties openActionProperties) Open action specific properties.ID of the session that the action was triggered for.voidsetActionMapId(String actionMapId) voidsetActionMapVersion(Integer actionMapVersion) voidsetContentOfferProperties(ContentOffer contentOfferProperties) voidsetCustomerId(String customerId) voidsetCustomerIdType(String customerIdType) voidvoidsetMediaType(DeploymentWebAction.MediaTypeEnum mediaType) voidsetOpenActionProperties(OpenActionProperties openActionProperties) voidsetSessionId(String sessionId) voidsetWebMessagingOfferProperties(WebMessagingOfferProperties webMessagingOfferProperties) toString()webMessagingOfferProperties(WebMessagingOfferProperties webMessagingOfferProperties) Web messaging offer specific properties.
-
Constructor Details
-
DeploymentWebAction
public DeploymentWebAction() -
DeploymentWebAction
-
-
Method Details
-
id
System-generated UUID for the action. -
getId
-
setId
-
mediaType
Action media type used to deliver the action. -
getMediaType
-
setMediaType
-
customerId
ID string of the customer that the action was triggered for. -
getCustomerId
-
setCustomerId
-
customerIdType
Type of the customer ID that the action was triggered for. -
getCustomerIdType
-
setCustomerIdType
-
actionMapId
ID of the action map that triggered the action. -
getActionMapId
-
setActionMapId
-
actionMapVersion
Version of the action map that triggered the action. -
getActionMapVersion
-
setActionMapVersion
-
sessionId
ID of the session that the action was triggered for. -
getSessionId
-
setSessionId
-
webMessagingOfferProperties
public DeploymentWebAction webMessagingOfferProperties(WebMessagingOfferProperties webMessagingOfferProperties) Web messaging offer specific properties. -
getWebMessagingOfferProperties
-
setWebMessagingOfferProperties
-
contentOfferProperties
Content offer specific properties. -
getContentOfferProperties
-
setContentOfferProperties
-
openActionProperties
Open action specific properties. -
getOpenActionProperties
-
setOpenActionProperties
-
equals
-
hashCode
public int hashCode() -
toString
-