Uses of Class
com.mypurecloud.sdk.v2.model.CommonCampaignEntityListing
Packages that use CommonCampaignEntityListing
-
Uses of CommonCampaignEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CommonCampaignEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignsAll(GetOutboundCampaignsAllRequest request) Query across all types of campaigns by divisionOutboundApi.getOutboundCampaignsAll(Integer pageSize, Integer pageNumber, List<String> id, String name, List<String> divisionId, List<String> mediaType, String sortOrder) Query across all types of campaigns by divisionMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CommonCampaignEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignsAll(ApiRequest<Void> request) Query across all types of campaigns by divisionOutboundApiAsync.getOutboundCampaignsAllAsync(GetOutboundCampaignsAllRequest request, AsyncApiCallback<CommonCampaignEntityListing> callback) Query across all types of campaigns by divisionOutboundApiAsync.getOutboundCampaignsAllAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommonCampaignEntityListing>> callback) Query across all types of campaigns by divisionOutboundApi.getOutboundCampaignsAllWithHttpInfo(Integer pageSize, Integer pageNumber, List<String> id, String name, List<String> divisionId, List<String> mediaType, String sortOrder) Query across all types of campaigns by divisionMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CommonCampaignEntityListingModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundCampaignsAllAsync(GetOutboundCampaignsAllRequest request, AsyncApiCallback<CommonCampaignEntityListing> callback) Query across all types of campaigns by divisionOutboundApiAsync.getOutboundCampaignsAllAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommonCampaignEntityListing>> callback) Query across all types of campaigns by division -
Uses of CommonCampaignEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommonCampaignEntityListingModifier and TypeMethodDescriptionCommonCampaignEntityListing.entities(List<CommonCampaign> entities) CommonCampaignEntityListing.pageNumber(Integer pageNumber) CommonCampaignEntityListing.previousUri(String previousUri)