Class PostConversationsMessageParticipantReplaceRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageParticipantReplaceRequest.Builder
- Enclosing class:
- PostConversationsMessageParticipantReplaceRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBody(TransferRequest body) withConversationId(String conversationId) withParticipantId(String participantId) withRequiredParams(String conversationId, String participantId, TransferRequest body)
-
Method Details
-
withConversationId
public PostConversationsMessageParticipantReplaceRequest.Builder withConversationId(String conversationId) -
withParticipantId
public PostConversationsMessageParticipantReplaceRequest.Builder withParticipantId(String participantId) -
withBody
-
withRequiredParams
public PostConversationsMessageParticipantReplaceRequest.Builder withRequiredParams(String conversationId, String participantId, TransferRequest body) -
build
-