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