Uses of Class
com.mypurecloud.sdk.v2.api.request.GetBusinessrulesDecisiontableVersionRowsRequest
Packages that use GetBusinessrulesDecisiontableVersionRowsRequest
-
Uses of GetBusinessrulesDecisiontableVersionRowsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetBusinessrulesDecisiontableVersionRowsRequestModifier and TypeMethodDescriptionBusinessRulesApi.getBusinessrulesDecisiontableVersionRows(GetBusinessrulesDecisiontableVersionRowsRequest request) Get a list of decision table rows.BusinessRulesApiAsync.getBusinessrulesDecisiontableVersionRowsAsync(GetBusinessrulesDecisiontableVersionRowsRequest request, AsyncApiCallback<DecisionTableRowListing> callback) Get a list of decision table rows. -
Uses of GetBusinessrulesDecisiontableVersionRowsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetBusinessrulesDecisiontableVersionRowsRequestModifier and TypeMethodDescriptionGetBusinessrulesDecisiontableVersionRowsRequest.Builder.build()GetBusinessrulesDecisiontableVersionRowsRequest.withCustomHeader(String name, String value) GetBusinessrulesDecisiontableVersionRowsRequest.withPageNumber(String pageNumber) GetBusinessrulesDecisiontableVersionRowsRequest.withPageSize(String pageSize) GetBusinessrulesDecisiontableVersionRowsRequest.withTableId(String tableId) GetBusinessrulesDecisiontableVersionRowsRequest.withTableVersion(Integer tableVersion)