Uses of Class
com.mypurecloud.sdk.v2.api.request.PutOutboundCampaignAgentRequest
Packages that use PutOutboundCampaignAgentRequest
-
Uses of PutOutboundCampaignAgentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutOutboundCampaignAgentRequestModifier and TypeMethodDescriptionOutboundApi.putOutboundCampaignAgent(PutOutboundCampaignAgentRequest request) Send notification that an agent's state changed New agent state.OutboundApiAsync.putOutboundCampaignAgentAsync(PutOutboundCampaignAgentRequest request, AsyncApiCallback<String> callback) Send notification that an agent's state changed New agent state. -
Uses of PutOutboundCampaignAgentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutOutboundCampaignAgentRequestModifier and TypeMethodDescriptionPutOutboundCampaignAgentRequest.Builder.build()PutOutboundCampaignAgentRequest.withCampaignId(String campaignId) PutOutboundCampaignAgentRequest.withCustomHeader(String name, String value) PutOutboundCampaignAgentRequest.withUserId(String userId)