Class PostConversationRecordingAnnotationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationRecordingAnnotationsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String conversationId, String recordingId, Annotation body) getBody()voidsetBody(Annotation body) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetRecordingId(String recordingId) withBody(Annotation body) withConversationId(String conversationId) withCustomHeader(String name, String value) withRecordingId(String recordingId)
-
Constructor Details
-
PostConversationRecordingAnnotationsRequest
public PostConversationRecordingAnnotationsRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getRecordingId
-
setRecordingId
-
withRecordingId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostConversationRecordingAnnotationsRequest.Builder builder(String conversationId, String recordingId, Annotation body)
-