Uses of Class
com.mypurecloud.sdk.v2.model.CampaignInteractions
Packages that use CampaignInteractions
-
Uses of CampaignInteractions in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CampaignInteractionsModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignInteractions(GetOutboundCampaignInteractionsRequest request) Get dialer campaign interactions.OutboundApi.getOutboundCampaignInteractions(String campaignId) Get dialer campaign interactions.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CampaignInteractionsModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignInteractions(ApiRequest<Void> request) Get dialer campaign interactions.OutboundApiAsync.getOutboundCampaignInteractionsAsync(GetOutboundCampaignInteractionsRequest request, AsyncApiCallback<CampaignInteractions> callback) Get dialer campaign interactions.OutboundApiAsync.getOutboundCampaignInteractionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignInteractions>> callback) Get dialer campaign interactions.OutboundApi.getOutboundCampaignInteractionsWithHttpInfo(String campaignId) Get dialer campaign interactions.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CampaignInteractionsModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundCampaignInteractionsAsync(GetOutboundCampaignInteractionsRequest request, AsyncApiCallback<CampaignInteractions> callback) Get dialer campaign interactions.OutboundApiAsync.getOutboundCampaignInteractionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignInteractions>> callback) Get dialer campaign interactions. -
Uses of CampaignInteractions in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CampaignInteractionsModifier and TypeMethodDescriptionCampaignInteractions.campaign(DomainEntityRef campaign) CampaignInteractions.interactingInteractions(List<CampaignInteraction> interactingInteractions) CampaignInteractions.pendingInteractions(List<CampaignInteraction> pendingInteractions) CampaignInteractions.previewingInteractions(List<CampaignInteraction> previewingInteractions) CampaignInteractions.proceedingInteractions(List<CampaignInteraction> proceedingInteractions) CampaignInteractions.scheduledInteractions(List<CampaignInteraction> scheduledInteractions)