Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOutboundCampaignsAllRequest
Packages that use GetOutboundCampaignsAllRequest
-
Uses of GetOutboundCampaignsAllRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOutboundCampaignsAllRequestModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignsAll(GetOutboundCampaignsAllRequest request) Query across all types of campaigns by divisionOutboundApiAsync.getOutboundCampaignsAllAsync(GetOutboundCampaignsAllRequest request, AsyncApiCallback<CommonCampaignEntityListing> callback) Query across all types of campaigns by division -
Uses of GetOutboundCampaignsAllRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOutboundCampaignsAllRequestModifier and TypeMethodDescriptionGetOutboundCampaignsAllRequest.Builder.build()GetOutboundCampaignsAllRequest.withCustomHeader(String name, String value) GetOutboundCampaignsAllRequest.withDivisionId(List<String> divisionId) GetOutboundCampaignsAllRequest.withMediaType(List<String> mediaType) GetOutboundCampaignsAllRequest.withPageNumber(Integer pageNumber) GetOutboundCampaignsAllRequest.withPageSize(Integer pageSize) GetOutboundCampaignsAllRequest.withSortOrder(String sortOrder)