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