Uses of Class
com.mypurecloud.sdk.v2.model.DecisionTableExportJobRequest
Packages that use DecisionTableExportJobRequest
Package
Description
-
Uses of DecisionTableExportJobRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DecisionTableExportJobRequestModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableExports(String tableId, DecisionTableExportJobRequest body) Create an export job for a decision table versionBusinessRulesApi.postBusinessrulesDecisiontableExportsWithHttpInfo(String tableId, DecisionTableExportJobRequest body) Create an export job for a decision table versionMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type DecisionTableExportJobRequestModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableExports(ApiRequest<DecisionTableExportJobRequest> request) Create an export job for a decision table versionBusinessRulesApiAsync.postBusinessrulesDecisiontableExportsAsync(ApiRequest<DecisionTableExportJobRequest> request, AsyncApiCallback<ApiResponse<DecisionTableExportJob>> callback) Create an export job for a decision table version -
Uses of DecisionTableExportJobRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DecisionTableExportJobRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DecisionTableExportJobRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type DecisionTableExportJobRequestModifier and TypeMethodDescriptionPostBusinessrulesDecisiontableExportsRequest.builder(String tableId, DecisionTableExportJobRequest body) voidPostBusinessrulesDecisiontableExportsRequest.setBody(DecisionTableExportJobRequest body) PostBusinessrulesDecisiontableExportsRequest.Builder.withBody(DecisionTableExportJobRequest body) PostBusinessrulesDecisiontableExportsRequest.withBody(DecisionTableExportJobRequest body) PostBusinessrulesDecisiontableExportsRequest.Builder.withRequiredParams(String tableId, DecisionTableExportJobRequest body) -
Uses of DecisionTableExportJobRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableExportJobRequestModifier and TypeMethodDescriptionDecisionTableExportJobRequest.exportType(DecisionTableExportJobRequest.ExportTypeEnum exportType) The type of export to perform.DecisionTableExportJobRequest.format(DecisionTableExportJobRequest.FormatEnum format) The format of the exported file.DecisionTableExportJobRequest.tableVersion(Integer tableVersion)