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