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