Class PostWebchatGuestConversationMemberMessagesRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWebchatGuestConversationMemberMessagesRequest
-
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 memberId, CreateWebChatMessageRequest body) getBody()voidvoidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetMemberId(String memberId) withConversationId(String conversationId) withCustomHeader(String name, String value) withMemberId(String memberId)
-
Constructor Details
-
PostWebchatGuestConversationMemberMessagesRequest
public PostWebchatGuestConversationMemberMessagesRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getMemberId
-
setMemberId
-
withMemberId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWebchatGuestConversationMemberMessagesRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWebchatGuestConversationMemberMessagesRequest.Builder builder(String conversationId, String memberId, CreateWebChatMessageRequest body)
-