Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantBargeRequest
Packages that use PostConversationsCallParticipantBargeRequest
-
Uses of PostConversationsCallParticipantBargeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsCallParticipantBargeRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationsCallParticipantBarge(PostConversationsCallParticipantBargeRequest request) Barge a given participant's call creating a barged in conference of connected participants.ConversationsApiAsync.postConversationsCallParticipantBargeAsync(PostConversationsCallParticipantBargeRequest request, AsyncApiCallback<Void> callback) Barge a given participant's call creating a barged in conference of connected participants. -
Uses of PostConversationsCallParticipantBargeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsCallParticipantBargeRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantBargeRequest.Builder.build()PostConversationsCallParticipantBargeRequest.withConversationId(String conversationId) PostConversationsCallParticipantBargeRequest.withCustomHeader(String name, String value) PostConversationsCallParticipantBargeRequest.withParticipantId(String participantId)