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