Package com.mypurecloud.sdk.v2.model
Class UpdateActionInput
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateActionInput
- All Implemented Interfaces:
Serializable
UpdateActionInput
- 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 processingbooleangetName()inthashCode()Name of action, Can be up to 256 characters longvoidsetCategory(String category) voidsetConfig(ActionConfig config) voidvoidsetVersion(Integer version) toString()Version of this action
-
Constructor Details
-
UpdateActionInput
public UpdateActionInput() -
UpdateActionInput
-
-
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
-
version
Version of this action -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-