Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteBusinessrulesDecisiontableExportRequest
Packages that use DeleteBusinessrulesDecisiontableExportRequest
-
Uses of DeleteBusinessrulesDecisiontableExportRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteBusinessrulesDecisiontableExportRequestModifier and TypeMethodDescriptionvoidBusinessRulesApi.deleteBusinessrulesDecisiontableExport(DeleteBusinessrulesDecisiontableExportRequest request) Delete an export job for a decision tableBusinessRulesApiAsync.deleteBusinessrulesDecisiontableExportAsync(DeleteBusinessrulesDecisiontableExportRequest request, AsyncApiCallback<Void> callback) Delete an export job for a decision table -
Uses of DeleteBusinessrulesDecisiontableExportRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteBusinessrulesDecisiontableExportRequestModifier and TypeMethodDescriptionDeleteBusinessrulesDecisiontableExportRequest.Builder.build()DeleteBusinessrulesDecisiontableExportRequest.withCustomHeader(String name, String value) DeleteBusinessrulesDecisiontableExportRequest.withExportJobId(String exportJobId) DeleteBusinessrulesDecisiontableExportRequest.withTableId(String tableId)