Class GetConversationRecordingRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetConversationRecordingRequest.Builder
- Enclosing class:
- GetConversationRecordingRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withChatFormatId(String chatFormatId) withConversationId(String conversationId) withDownload(Boolean download) withEmailFormatId(String emailFormatId) withFileName(String fileName) withFormatId(String formatId) withLocale(String locale) withMediaFormats(List<String> mediaFormats) withMessageFormatId(GetConversationRecordingRequest.messageFormatIdValues messageFormatId) withMessageFormatId(String messageFormatId) withRecordingId(String recordingId) withRequiredParams(String conversationId, String recordingId)
-
Method Details
-
withConversationId
-
withRecordingId
-
withFormatId
-
withFormatId
public GetConversationRecordingRequest.Builder withFormatId(GetConversationRecordingRequest.formatIdValues formatId) -
withEmailFormatId
-
withEmailFormatId
public GetConversationRecordingRequest.Builder withEmailFormatId(GetConversationRecordingRequest.emailFormatIdValues emailFormatId) -
withChatFormatId
-
withChatFormatId
public GetConversationRecordingRequest.Builder withChatFormatId(GetConversationRecordingRequest.chatFormatIdValues chatFormatId) -
withMessageFormatId
-
withMessageFormatId
public GetConversationRecordingRequest.Builder withMessageFormatId(GetConversationRecordingRequest.messageFormatIdValues messageFormatId) -
withDownload
-
withFileName
-
withLocale
-
withMediaFormats
-
withRequiredParams
public GetConversationRecordingRequest.Builder withRequiredParams(String conversationId, String recordingId) -
build
-