Class PostConversationParticipantReplaceRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationParticipantReplaceRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String conversationId, String participantId, TransferRequest body) getBody()voidsetBody(TransferRequest body) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetParticipantId(String participantId) withBody(TransferRequest body) withConversationId(String conversationId) withCustomHeader(String name, String value) withParticipantId(String participantId)
-
Constructor Details
-
PostConversationParticipantReplaceRequest
public PostConversationParticipantReplaceRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getParticipantId
-
setParticipantId
-
withParticipantId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostConversationParticipantReplaceRequest.Builder builder(String conversationId, String participantId, TransferRequest body)
-