Class GetConversationRecordingsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetConversationRecordingsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetFormatId(String formatId) voidsetIncludePauseAnnotationsForScreenRecordings(Boolean includePauseAnnotationsForScreenRecordings) voidvoidsetMaxWaitMs(Integer maxWaitMs) voidsetMediaFormats(List<String> mediaFormats) withConversationId(String conversationId) withCustomHeader(String name, String value) withFormatId(String formatId) withIncludePauseAnnotationsForScreenRecordings(Boolean includePauseAnnotationsForScreenRecordings) withLocale(String locale) withMaxWaitMs(Integer maxWaitMs) withMediaFormats(List<String> mediaFormats)
-
Constructor Details
-
GetConversationRecordingsRequest
public GetConversationRecordingsRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getMaxWaitMs
-
setMaxWaitMs
-
withMaxWaitMs
-
getFormatId
-
setFormatId
-
withFormatId
-
getMediaFormats
-
setMediaFormats
-
withMediaFormats
-
getLocale
-
setLocale
-
withLocale
-
getIncludePauseAnnotationsForScreenRecordings
-
setIncludePauseAnnotationsForScreenRecordings
public void setIncludePauseAnnotationsForScreenRecordings(Boolean includePauseAnnotationsForScreenRecordings) -
withIncludePauseAnnotationsForScreenRecordings
public GetConversationRecordingsRequest withIncludePauseAnnotationsForScreenRecordings(Boolean includePauseAnnotationsForScreenRecordings) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-