Uses of Class
com.mypurecloud.sdk.v2.model.SearchDecisionTableRowsRequest
Packages that use SearchDecisionTableRowsRequest
Package
Description
-
Uses of SearchDecisionTableRowsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SearchDecisionTableRowsRequestModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableVersionRowsSearch(String tableId, Integer tableVersion, SearchDecisionTableRowsRequest body, String pageNumber, String pageSize) Search for decision table rowsBusinessRulesApi.postBusinessrulesDecisiontableVersionRowsSearchWithHttpInfo(String tableId, Integer tableVersion, SearchDecisionTableRowsRequest body, String pageNumber, String pageSize) Search for decision table rowsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SearchDecisionTableRowsRequestModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableVersionRowsSearch(ApiRequest<SearchDecisionTableRowsRequest> request) Search for decision table rowsBusinessRulesApiAsync.postBusinessrulesDecisiontableVersionRowsSearchAsync(ApiRequest<SearchDecisionTableRowsRequest> request, AsyncApiCallback<ApiResponse<DecisionTableRowListing>> callback) Search for decision table rows -
Uses of SearchDecisionTableRowsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SearchDecisionTableRowsRequestModifier and TypeMethodDescriptionPostBusinessrulesDecisiontableVersionRowsSearchRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SearchDecisionTableRowsRequestModifier and TypeMethodDescriptionPostBusinessrulesDecisiontableVersionRowsSearchRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SearchDecisionTableRowsRequestModifier and TypeMethodDescriptionPostBusinessrulesDecisiontableVersionRowsSearchRequest.builder(String tableId, Integer tableVersion, SearchDecisionTableRowsRequest body) voidPostBusinessrulesDecisiontableVersionRowsSearchRequest.setBody(SearchDecisionTableRowsRequest body) PostBusinessrulesDecisiontableVersionRowsSearchRequest.Builder.withBody(SearchDecisionTableRowsRequest body) PostBusinessrulesDecisiontableVersionRowsSearchRequest.withBody(SearchDecisionTableRowsRequest body) PostBusinessrulesDecisiontableVersionRowsSearchRequest.Builder.withRequiredParams(String tableId, Integer tableVersion, SearchDecisionTableRowsRequest body) -
Uses of SearchDecisionTableRowsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SearchDecisionTableRowsRequestModifier and TypeMethodDescriptionSearchDecisionTableRowsRequest.filter(RowSearchFilter filter) The filter criteria for searching decision table rows