Class PostConversationParticipantInternalmessagesUsersCommunicationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationParticipantInternalmessagesUsersCommunicationsRequest
-
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 participantId, MessagingConferWithUserRequest body) getBody()voidvoidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetParticipantId(String participantId) withConversationId(String conversationId) withCustomHeader(String name, String value) withParticipantId(String participantId)
-
Constructor Details
-
PostConversationParticipantInternalmessagesUsersCommunicationsRequest
public PostConversationParticipantInternalmessagesUsersCommunicationsRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public PostConversationParticipantInternalmessagesUsersCommunicationsRequest withConversationId(String conversationId) -
getParticipantId
-
setParticipantId
-
withParticipantId
public PostConversationParticipantInternalmessagesUsersCommunicationsRequest withParticipantId(String participantId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostConversationParticipantInternalmessagesUsersCommunicationsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
public static PostConversationParticipantInternalmessagesUsersCommunicationsRequest.Builder builder() -
builder
public static PostConversationParticipantInternalmessagesUsersCommunicationsRequest.Builder builder(String conversationId, String participantId, MessagingConferWithUserRequest body)
-