Class PatchConversationsCallParticipantCommunicationPostflowactionRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallParticipantCommunicationPostflowactionRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()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
-
PatchConversationsCallParticipantCommunicationPostflowactionRequest
public PatchConversationsCallParticipantCommunicationPostflowactionRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public PatchConversationsCallParticipantCommunicationPostflowactionRequest withConversationId(String conversationId) -
getParticipantId
-
setParticipantId
-
withParticipantId
public PatchConversationsCallParticipantCommunicationPostflowactionRequest withParticipantId(String participantId) -
getCommunicationId
-
setCommunicationId
-
withCommunicationId
public PatchConversationsCallParticipantCommunicationPostflowactionRequest withCommunicationId(String communicationId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchConversationsCallParticipantCommunicationPostflowactionRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchConversationsCallParticipantCommunicationPostflowactionRequest.Builder builder(String conversationId, String participantId, String communicationId)
-