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