Package com.mypurecloud.sdk.v2.model
Class OpenActionProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenActionProperties
- All Implemented Interfaces:
Serializable
OpenActionProperties
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigurationFields(Map<String, Object> configurationFields) Custom fields defined in the schema referenced by the open action type selected.booleaninthashCode()openActionName(String openActionName) The specific type of the open action.voidsetConfigurationFields(Map<String, Object> configurationFields) voidsetOpenActionName(String openActionName) toString()
-
Constructor Details
-
OpenActionProperties
public OpenActionProperties() -
OpenActionProperties
-
-
Method Details
-
openActionName
The specific type of the open action. -
getOpenActionName
-
setOpenActionName
-
configurationFields
Custom fields defined in the schema referenced by the open action type selected. -
getConfigurationFields
-
setConfigurationFields
-
equals
-
hashCode
public int hashCode() -
toString
-