Package com.mypurecloud.sdk.v2.model
Class ExportScriptRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ExportScriptRequest
- All Implemented Interfaces:
Serializable
Creating an exported script via Download Service
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe final file name (no extension) of the script download:.script inthashCode()voidsetFileName(String fileName) voidsetVersionId(String versionId) toString()The UUID version of the script to be exported.
-
Constructor Details
-
ExportScriptRequest
public ExportScriptRequest() -
ExportScriptRequest
-
-
Method Details
-
fileName
The final file name (no extension) of the script download:.script -
getFileName
-
setFileName
-
versionId
The UUID version of the script to be exported. Defaults to the current editable version. -
getVersionId
-
setVersionId
-
equals
-
hashCode
public int hashCode() -
toString
-