Class PostConversationsCallParticipantReplaceRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantReplaceRequest.Builder
- Enclosing class:
- PostConversationsCallParticipantReplaceRequest
-
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 PostConversationsCallParticipantReplaceRequest.Builder withConversationId(String conversationId) -
withParticipantId
public PostConversationsCallParticipantReplaceRequest.Builder withParticipantId(String participantId) -
withBody
-
withRequiredParams
public PostConversationsCallParticipantReplaceRequest.Builder withRequiredParams(String conversationId, String participantId, TransferRequest body) -
build
-