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