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