Uses of Class
com.mypurecloud.sdk.v2.model.CampaignOutboundLinesDistribution
Packages that use CampaignOutboundLinesDistribution
-
Uses of CampaignOutboundLinesDistribution in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CampaignOutboundLinesDistributionModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignLinedistribution(GetOutboundCampaignLinedistributionRequest request) Get line distribution information for campaigns using same Edge Group or Site as given campaignOutboundApi.getOutboundCampaignLinedistribution(String campaignId, Boolean includeOnlyActiveCampaigns, String edgeGroupId, String siteId, Boolean useWeight, Integer relativeWeight, Integer outboundLineCount) Get line distribution information for campaigns using same Edge Group or Site as given campaignMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CampaignOutboundLinesDistributionModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignLinedistribution(ApiRequest<Void> request) Get line distribution information for campaigns using same Edge Group or Site as given campaignOutboundApiAsync.getOutboundCampaignLinedistributionAsync(GetOutboundCampaignLinedistributionRequest request, AsyncApiCallback<CampaignOutboundLinesDistribution> callback) Get line distribution information for campaigns using same Edge Group or Site as given campaignOutboundApiAsync.getOutboundCampaignLinedistributionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignOutboundLinesDistribution>> callback) Get line distribution information for campaigns using same Edge Group or Site as given campaignOutboundApi.getOutboundCampaignLinedistributionWithHttpInfo(String campaignId, Boolean includeOnlyActiveCampaigns, String edgeGroupId, String siteId, Boolean useWeight, Integer relativeWeight, Integer outboundLineCount) Get line distribution information for campaigns using same Edge Group or Site as given campaignMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CampaignOutboundLinesDistributionModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundCampaignLinedistributionAsync(GetOutboundCampaignLinedistributionRequest request, AsyncApiCallback<CampaignOutboundLinesDistribution> callback) Get line distribution information for campaigns using same Edge Group or Site as given campaignOutboundApiAsync.getOutboundCampaignLinedistributionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignOutboundLinesDistribution>> callback) Get line distribution information for campaigns using same Edge Group or Site as given campaign -
Uses of CampaignOutboundLinesDistribution in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CampaignOutboundLinesDistributionModifier and TypeMethodDescriptionCampaignOutboundLinesDistribution.availableOutboundLines(Integer availableOutboundLines) Number of available outbound lines in Campaign's Edge Group or SiteCampaignOutboundLinesDistribution.campaign(AddressableEntityRef campaign) The Campaign for which dialing group distribution information was requestedCampaignOutboundLinesDistribution.campaignsWithDynamicallyAllocatedLines(List<CampaignOutboundLinesAllocation> campaignsWithDynamicallyAllocatedLines) Information about campaigns using dynamic lines allocation in Campaign's Edge Group or SiteCampaignOutboundLinesDistribution.campaignsWithReservedLines(List<CampaignOutboundLinesReservation> campaignsWithReservedLines) Information about campaigns with reserving lines in Campaign's Edge Group or SiteCampaignOutboundLinesDistribution.maxLineUtilization(BigDecimal maxLineUtilization) Maximum ratio of dialer calls to Campaign's Edge Group or Site capacityCampaignOutboundLinesDistribution.maxOutboundLineCount(Integer maxOutboundLineCount) Maximum outbound calls that can be placed for Campaign's Edge Group or SiteCampaignOutboundLinesDistribution.reservedLines(Integer reservedLines) Number of reserved outbound lines in Campaign's Edge Group or Site