Class PutConversationRecordingRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutConversationRecordingRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidvoidsetClearExport(Boolean clearExport) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetRecordingId(String recordingId) withClearExport(Boolean clearExport) withConversationId(String conversationId) withCustomHeader(String name, String value) withRecordingId(String recordingId)
-
Constructor Details
-
PutConversationRecordingRequest
public PutConversationRecordingRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getRecordingId
-
setRecordingId
-
withRecordingId
-
getBody
-
setBody
-
withBody
-
getClearExport
-
setClearExport
-
withClearExport
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutConversationRecordingRequest.Builder builder(String conversationId, String recordingId, Recording body)
-