Uses of Class
com.mypurecloud.sdk.v2.api.request.GetBusinessrulesDecisiontableExportRequest
Packages that use GetBusinessrulesDecisiontableExportRequest
-
Uses of GetBusinessrulesDecisiontableExportRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetBusinessrulesDecisiontableExportRequestModifier and TypeMethodDescriptionBusinessRulesApi.getBusinessrulesDecisiontableExport(GetBusinessrulesDecisiontableExportRequest request) Get an export job for a decision tableBusinessRulesApiAsync.getBusinessrulesDecisiontableExportAsync(GetBusinessrulesDecisiontableExportRequest request, AsyncApiCallback<DecisionTableExportJob> callback) Get an export job for a decision table -
Uses of GetBusinessrulesDecisiontableExportRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetBusinessrulesDecisiontableExportRequestModifier and TypeMethodDescriptionGetBusinessrulesDecisiontableExportRequest.Builder.build()GetBusinessrulesDecisiontableExportRequest.withCustomHeader(String name, String value) GetBusinessrulesDecisiontableExportRequest.withExportJobId(String exportJobId) GetBusinessrulesDecisiontableExportRequest.withTableId(String tableId)