Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationParticipantReplaceRequest
Packages that use PostConversationParticipantReplaceRequest
-
Uses of PostConversationParticipantReplaceRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationParticipantReplaceRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantReplace(PostConversationParticipantReplaceRequest request) Deprecated.ConversationsApiAsync.postConversationParticipantReplaceAsync(PostConversationParticipantReplaceRequest request, AsyncApiCallback<Void> callback) Deprecated. -
Uses of PostConversationParticipantReplaceRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationParticipantReplaceRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceRequest.Builder.build()PostConversationParticipantReplaceRequest.withBody(TransferRequest body) PostConversationParticipantReplaceRequest.withConversationId(String conversationId) PostConversationParticipantReplaceRequest.withCustomHeader(String name, String value) PostConversationParticipantReplaceRequest.withParticipantId(String participantId)