Uses of Class
com.mypurecloud.sdk.v2.model.ExportScriptRequest
Packages that use ExportScriptRequest
Package
Description
-
Uses of ExportScriptRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ExportScriptRequestModifier and TypeMethodDescriptionScriptsApi.postScriptExport(String scriptId, ExportScriptRequest body) Export a script via download service.ScriptsApi.postScriptExportWithHttpInfo(String scriptId, ExportScriptRequest body) Export a script via download service.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ExportScriptRequestModifier and TypeMethodDescriptionScriptsApi.postScriptExport(ApiRequest<ExportScriptRequest> request) Export a script via download service.ScriptsApiAsync.postScriptExportAsync(ApiRequest<ExportScriptRequest> request, AsyncApiCallback<ApiResponse<ExportScriptResponse>> callback) Export a script via download service. -
Uses of ExportScriptRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ExportScriptRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ExportScriptRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ExportScriptRequestModifier and TypeMethodDescriptionvoidPostScriptExportRequest.setBody(ExportScriptRequest body) PostScriptExportRequest.Builder.withBody(ExportScriptRequest body) PostScriptExportRequest.withBody(ExportScriptRequest body) -
Uses of ExportScriptRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExportScriptRequestModifier and TypeMethodDescriptionThe final file name (no extension) of the script download:.script The UUID version of the script to be exported.