Uses of Class
com.mypurecloud.sdk.v2.model.ExportScriptResponse
Packages that use ExportScriptResponse
-
Uses of ExportScriptResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ExportScriptResponseModifier and TypeMethodDescriptionScriptsApi.postScriptExport(PostScriptExportRequest request) Export a script via download service.ScriptsApi.postScriptExport(String scriptId, ExportScriptRequest body) Export a script via download service.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ExportScriptResponseModifier and TypeMethodDescriptionScriptsApi.postScriptExport(ApiRequest<ExportScriptRequest> request) Export a script via download service.ScriptsApiAsync.postScriptExportAsync(PostScriptExportRequest request, AsyncApiCallback<ExportScriptResponse> callback) Export a script via download service.ScriptsApiAsync.postScriptExportAsync(ApiRequest<ExportScriptRequest> request, AsyncApiCallback<ApiResponse<ExportScriptResponse>> callback) 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 ExportScriptResponseModifier and TypeMethodDescriptionScriptsApiAsync.postScriptExportAsync(PostScriptExportRequest request, AsyncApiCallback<ExportScriptResponse> callback) Export a script via download service.ScriptsApiAsync.postScriptExportAsync(ApiRequest<ExportScriptRequest> request, AsyncApiCallback<ApiResponse<ExportScriptResponse>> callback) Export a script via download service. -
Uses of ExportScriptResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExportScriptResponse