Package com.mypurecloud.sdk.v2.model
Class RecordingContentActions
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingContentActions
- All Implemented Interfaces:
Serializable
User actions available on the content. All actions are optional and all actions are executed simultaneously.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUrl()inthashCode()voidsetTextback(String textback) voidvoidsetUrlTarget(String urlTarget) Text to be sent back in reply when the item is selected.toString()A URL of a web page to direct the user to.The target window in which to open the URL.
-
Constructor Details
-
RecordingContentActions
public RecordingContentActions() -
RecordingContentActions
-
-
Method Details
-
url
A URL of a web page to direct the user to. -
getUrl
-
setUrl
-
urlTarget
The target window in which to open the URL. If empty will open a blank page or tab. -
getUrlTarget
-
setUrlTarget
-
textback
Text to be sent back in reply when the item is selected. -
getTextback
-
setTextback
-
equals
-
hashCode
public int hashCode() -
toString
-