Package com.mypurecloud.sdk.v2.model
Class PostActionInput
java.lang.Object
com.mypurecloud.sdk.v2.model.PostActionInput
- All Implemented Interfaces:
Serializable
Definition of an Action to be created or updated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCategory of action, Can be up to 256 characters longconfig(ActionConfig config) Configuration to support request and response processingcontract(ActionContractInput contract) Action contractbooleangetName()inthashCode()integrationId(String integrationId) The ID of the integration this action is associated toName of action, Can be up to 256 characters longIndication of whether or not the action is designed to accept sensitive datavoidsetCategory(String category) voidsetConfig(ActionConfig config) voidsetContract(ActionContractInput contract) voidsetIntegrationId(String integrationId) voidvoidtoString()
-
Constructor Details
-
PostActionInput
public PostActionInput() -
PostActionInput
-
-
Method Details
-
category
Category of action, Can be up to 256 characters long -
getCategory
-
setCategory
-
name
Name of action, Can be up to 256 characters long -
getName
-
setName
-
integrationId
The ID of the integration this action is associated to -
getIntegrationId
-
setIntegrationId
-
config
Configuration to support request and response processing -
getConfig
-
setConfig
-
contract
Action contract -
getContract
-
setContract
-
secure
Indication of whether or not the action is designed to accept sensitive data -
getSecure
-
setSecure
-
equals
-
hashCode
public int hashCode() -
toString
-