Package com.mypurecloud.sdk.v2.model
Class UpdateDraftInput
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateDraftInput
- All Implemented Interfaces:
Serializable
Definition of an Action Draft 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()Name 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) voidvoidvoidsetVersion(Integer version) toString()Version of current Draft
-
Constructor Details
-
UpdateDraftInput
public UpdateDraftInput() -
UpdateDraftInput
-
-
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
-
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
-
version
Version of current Draft -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-