Package com.mypurecloud.sdk.v2.model
Class SecureSession
java.lang.Object
com.mypurecloud.sdk.v2.model.SecureSession
- All Implemented Interfaces:
Serializable
SecureSession
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current state of a secure session -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnect(Boolean disconnect) If true, disconnect the agent after creating the sessionbooleanflow(DomainEntityRef flow) The flow to execute securelygetFlow()getId()getState()inthashCode()voidsetDisconnect(Boolean disconnect) voidsetFlow(DomainEntityRef flow) voidsetSourceParticipantId(String sourceParticipantId) voidsetState(SecureSession.StateEnum state) voidsetUserData(String userData) sourceParticipantId(String sourceParticipantId) Unique identifier for the participant initiating the secure session.state(SecureSession.StateEnum state) The current state of a secure sessiontoString()Customer-provided data
-
Constructor Details
-
SecureSession
public SecureSession() -
SecureSession
-
-
Method Details
-
getId
-
flow
The flow to execute securely -
getFlow
-
setFlow
-
userData
Customer-provided data -
getUserData
-
setUserData
-
state
The current state of a secure session -
getState
-
setState
-
sourceParticipantId
Unique identifier for the participant initiating the secure session. -
getSourceParticipantId
-
setSourceParticipantId
-
disconnect
If true, disconnect the agent after creating the session -
getDisconnect
-
setDisconnect
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-