Package com.mypurecloud.sdk.v2.model
Class PatchAction
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchAction
- All Implemented Interfaces:
Serializable
PatchAction
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionTargetId(String actionTargetId) Deprecated.actionTemplate(ActionMapActionTemplate actionTemplate) Action template associated with the action map.architectFlowFields(ArchitectFlowFields architectFlowFields) Architect Flow Id and input contract.booleangetProps()inthashCode()isPacingEnabled(Boolean isPacingEnabled) Deprecated.mediaType(PatchAction.MediaTypeEnum mediaType) Media type of action.openActionFields(OpenActionFields openActionFields) Admin-configurable fields of an open action.props(PatchActionProperties props) Deprecated.voidsetActionTargetId(String actionTargetId) voidsetActionTemplate(ActionMapActionTemplate actionTemplate) voidsetArchitectFlowFields(ArchitectFlowFields architectFlowFields) voidsetIsPacingEnabled(Boolean isPacingEnabled) voidsetMediaType(PatchAction.MediaTypeEnum mediaType) voidsetOpenActionFields(OpenActionFields openActionFields) voidsetProps(PatchActionProperties props) voidsetWebMessagingOfferFields(PatchWebMessagingOfferFields webMessagingOfferFields) toString()webMessagingOfferFields(PatchWebMessagingOfferFields webMessagingOfferFields) Admin-configurable fields of a web messaging offer action.
-
Constructor Details
-
PatchAction
public PatchAction() -
PatchAction
-
-
Method Details
-
mediaType
Media type of action. -
getMediaType
-
setMediaType
-
actionTemplate
Action template associated with the action map. -
getActionTemplate
-
setActionTemplate
-
actionTargetId
Deprecated. Action target ID. -
getActionTargetId
-
setActionTargetId
-
isPacingEnabled
Deprecated. Whether this action should be throttled. -
getIsPacingEnabled
-
setIsPacingEnabled
-
props
Deprecated. Additional properties. -
getProps
-
setProps
-
architectFlowFields
Architect Flow Id and input contract. -
getArchitectFlowFields
-
setArchitectFlowFields
-
webMessagingOfferFields
Admin-configurable fields of a web messaging offer action. -
getWebMessagingOfferFields
-
setWebMessagingOfferFields
-
openActionFields
Admin-configurable fields of an open action. -
getOpenActionFields
-
setOpenActionFields
-
equals
-
hashCode
public int hashCode() -
toString
-