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