Package com.mypurecloud.sdk.v2.model
Class Action
java.lang.Object
com.mypurecloud.sdk.v2.model.Action
- All Implemented Interfaces:
Serializable
Action
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCategory of Actionconfig(ActionConfig config) Configuration to support request and response processingcontract(ActionContract contract) Action contractbooleangetId()getName()inthashCode()integrationId(String integrationId) The ID of the integration for which this action is associatedIndication of whether or not the action is designed to accept sensitive datavoidsetCategory(String category) voidsetConfig(ActionConfig config) voidsetContract(ActionContract contract) voidsetIntegrationId(String integrationId) voidvoidvoidsetVersion(Integer version) toString()Version of this action
-
Constructor Details
-
Action
public Action() -
Action
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
integrationId
The ID of the integration for which this action is associated -
getIntegrationId
-
setIntegrationId
-
category
Category of Action -
getCategory
-
setCategory
-
contract
Action contract -
getContract
-
setContract
-
version
Version of this action -
getVersion
-
setVersion
-
secure
Indication of whether or not the action is designed to accept sensitive data -
getSecure
-
setSecure
-
config
Configuration to support request and response processing -
getConfig
-
setConfig
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-