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