Uses of Class
com.mypurecloud.sdk.v2.model.CampaignRuleEntityListing
Packages that use CampaignRuleEntityListing
-
Uses of CampaignRuleEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CampaignRuleEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignrules(GetOutboundCampaignrulesRequest request) Query Campaign Rule listOutboundApi.getOutboundCampaignrules(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query Campaign Rule listMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CampaignRuleEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignrules(ApiRequest<Void> request) Query Campaign Rule listOutboundApiAsync.getOutboundCampaignrulesAsync(GetOutboundCampaignrulesRequest request, AsyncApiCallback<CampaignRuleEntityListing> callback) Query Campaign Rule listOutboundApiAsync.getOutboundCampaignrulesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignRuleEntityListing>> callback) Query Campaign Rule listOutboundApi.getOutboundCampaignrulesWithHttpInfo(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query Campaign Rule listMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CampaignRuleEntityListingModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundCampaignrulesAsync(GetOutboundCampaignrulesRequest request, AsyncApiCallback<CampaignRuleEntityListing> callback) Query Campaign Rule listOutboundApiAsync.getOutboundCampaignrulesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignRuleEntityListing>> callback) Query Campaign Rule list -
Uses of CampaignRuleEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CampaignRuleEntityListingModifier and TypeMethodDescriptionCampaignRuleEntityListing.entities(List<CampaignRule> entities) CampaignRuleEntityListing.pageNumber(Integer pageNumber) CampaignRuleEntityListing.previousUri(String previousUri)