Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageParticipantReplaceRequest.Builder
Packages that use PostConversationsMessageParticipantReplaceRequest.Builder
-
Uses of PostConversationsMessageParticipantReplaceRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsMessageParticipantReplaceRequest.BuilderModifier and TypeMethodDescriptionPostConversationsMessageParticipantReplaceRequest.builder()PostConversationsMessageParticipantReplaceRequest.builder(String conversationId, String participantId, TransferRequest body) PostConversationsMessageParticipantReplaceRequest.Builder.withBody(TransferRequest body) PostConversationsMessageParticipantReplaceRequest.Builder.withConversationId(String conversationId) PostConversationsMessageParticipantReplaceRequest.Builder.withParticipantId(String participantId) PostConversationsMessageParticipantReplaceRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferRequest body)