Uses of Class
com.mypurecloud.sdk.v2.model.DecisionTableVersionListing
Packages that use DecisionTableVersionListing
-
Uses of DecisionTableVersionListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DecisionTableVersionListingModifier and TypeMethodDescriptionBusinessRulesApi.getBusinessrulesDecisiontableVersions(GetBusinessrulesDecisiontableVersionsRequest request) Get a list of decision table versionsBusinessRulesApi.getBusinessrulesDecisiontableVersions(String tableId, String after, String pageSize) Get a list of decision table versionsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type DecisionTableVersionListingModifier and TypeMethodDescriptionBusinessRulesApi.getBusinessrulesDecisiontableVersions(ApiRequest<Void> request) Get a list of decision table versionsBusinessRulesApiAsync.getBusinessrulesDecisiontableVersionsAsync(GetBusinessrulesDecisiontableVersionsRequest request, AsyncApiCallback<DecisionTableVersionListing> callback) Get a list of decision table versionsBusinessRulesApiAsync.getBusinessrulesDecisiontableVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DecisionTableVersionListing>> callback) Get a list of decision table versionsBusinessRulesApi.getBusinessrulesDecisiontableVersionsWithHttpInfo(String tableId, String after, String pageSize) Get a list of decision table versionsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type DecisionTableVersionListingModifier and TypeMethodDescriptionBusinessRulesApiAsync.getBusinessrulesDecisiontableVersionsAsync(GetBusinessrulesDecisiontableVersionsRequest request, AsyncApiCallback<DecisionTableVersionListing> callback) Get a list of decision table versionsBusinessRulesApiAsync.getBusinessrulesDecisiontableVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DecisionTableVersionListing>> callback) Get a list of decision table versions -
Uses of DecisionTableVersionListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableVersionListingModifier and TypeMethodDescriptionDecisionTableVersionListing.entities(List<DecisionTableVersion> entities) DecisionTableVersionListing.previousUri(String previousUri)