Class PostConversationsMessageParticipantMonitorRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageParticipantMonitorRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetParticipantId(String participantId) withConversationId(String conversationId) withCustomHeader(String name, String value) withParticipantId(String participantId)
-
Constructor Details
-
PostConversationsMessageParticipantMonitorRequest
public PostConversationsMessageParticipantMonitorRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getParticipantId
-
setParticipantId
-
withParticipantId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostConversationsMessageParticipantMonitorRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostConversationsMessageParticipantMonitorRequest.Builder builder(String conversationId, String participantId)
-