Uses of Class
com.mypurecloud.sdk.v2.model.DecisionTableListing
Packages that use DecisionTableListing
-
Uses of DecisionTableListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DecisionTableListingModifier and TypeMethodDescriptionBusinessRulesApi.getBusinessrulesDecisiontables(GetBusinessrulesDecisiontablesRequest request) Get a list of decision tables.BusinessRulesApi.getBusinessrulesDecisiontables(String after, String pageSize, List<String> divisionIds, String name) Get a list of decision tables.BusinessRulesApi.getBusinessrulesDecisiontablesSearch(GetBusinessrulesDecisiontablesSearchRequest request) Search for decision tables.BusinessRulesApi.getBusinessrulesDecisiontablesSearch(String after, String pageSize, String schemaId, String name, Boolean withPublishedVersion, List<String> expand, List<String> ids) Search for decision tables.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type DecisionTableListingModifier and TypeMethodDescriptionBusinessRulesApi.getBusinessrulesDecisiontables(ApiRequest<Void> request) Get a list of decision tables.BusinessRulesApiAsync.getBusinessrulesDecisiontablesAsync(GetBusinessrulesDecisiontablesRequest request, AsyncApiCallback<DecisionTableListing> callback) Get a list of decision tables.BusinessRulesApiAsync.getBusinessrulesDecisiontablesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DecisionTableListing>> callback) Get a list of decision tables.BusinessRulesApi.getBusinessrulesDecisiontablesSearch(ApiRequest<Void> request) Search for decision tables.BusinessRulesApiAsync.getBusinessrulesDecisiontablesSearchAsync(GetBusinessrulesDecisiontablesSearchRequest request, AsyncApiCallback<DecisionTableListing> callback) Search for decision tables.BusinessRulesApiAsync.getBusinessrulesDecisiontablesSearchAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DecisionTableListing>> callback) Search for decision tables.BusinessRulesApi.getBusinessrulesDecisiontablesSearchWithHttpInfo(String after, String pageSize, String schemaId, String name, Boolean withPublishedVersion, List<String> expand, List<String> ids) Search for decision tables.BusinessRulesApi.getBusinessrulesDecisiontablesWithHttpInfo(String after, String pageSize, List<String> divisionIds, String name) Get a list of decision tables.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DecisionTableListingModifier and TypeMethodDescriptionBusinessRulesApiAsync.getBusinessrulesDecisiontablesAsync(GetBusinessrulesDecisiontablesRequest request, AsyncApiCallback<DecisionTableListing> callback) Get a list of decision tables.BusinessRulesApiAsync.getBusinessrulesDecisiontablesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DecisionTableListing>> callback) Get a list of decision tables.BusinessRulesApiAsync.getBusinessrulesDecisiontablesSearchAsync(GetBusinessrulesDecisiontablesSearchRequest request, AsyncApiCallback<DecisionTableListing> callback) Search for decision tables.BusinessRulesApiAsync.getBusinessrulesDecisiontablesSearchAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DecisionTableListing>> callback) Search for decision tables. -
Uses of DecisionTableListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableListingModifier and TypeMethodDescriptionDecisionTableListing.entities(List<DecisionTable> entities) DecisionTableListing.previousUri(String previousUri)