Uses of Class
com.mypurecloud.sdk.v2.model.DigitalRuleSetEntityListing
Packages that use DigitalRuleSetEntityListing
-
Uses of DigitalRuleSetEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DigitalRuleSetEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundDigitalrulesets(GetOutboundDigitalrulesetsRequest request) Query a list of Outbound Digital Rule SetsOutboundApi.getOutboundDigitalrulesets(Integer pageSize, Integer pageNumber, String sortBy, String sortOrder, String name, List<String> id) Query a list of Outbound Digital Rule SetsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type DigitalRuleSetEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundDigitalrulesets(ApiRequest<Void> request) Query a list of Outbound Digital Rule SetsOutboundApiAsync.getOutboundDigitalrulesetsAsync(GetOutboundDigitalrulesetsRequest request, AsyncApiCallback<DigitalRuleSetEntityListing> callback) Query a list of Outbound Digital Rule SetsOutboundApiAsync.getOutboundDigitalrulesetsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DigitalRuleSetEntityListing>> callback) Query a list of Outbound Digital Rule SetsOutboundApi.getOutboundDigitalrulesetsWithHttpInfo(Integer pageSize, Integer pageNumber, String sortBy, String sortOrder, String name, List<String> id) Query a list of Outbound Digital Rule SetsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type DigitalRuleSetEntityListingModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundDigitalrulesetsAsync(GetOutboundDigitalrulesetsRequest request, AsyncApiCallback<DigitalRuleSetEntityListing> callback) Query a list of Outbound Digital Rule SetsOutboundApiAsync.getOutboundDigitalrulesetsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DigitalRuleSetEntityListing>> callback) Query a list of Outbound Digital Rule Sets -
Uses of DigitalRuleSetEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DigitalRuleSetEntityListingModifier and TypeMethodDescriptionDigitalRuleSetEntityListing.entities(List<DigitalRuleSet> entities) DigitalRuleSetEntityListing.pageNumber(Integer pageNumber) DigitalRuleSetEntityListing.previousUri(String previousUri)