Package com.mypurecloud.sdk.v2.model
Class CreateSecureSession
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateSecureSession
- All Implemented Interfaces:
Serializable
CreateSecureSession
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnect(Boolean disconnect) if true, disconnect the agent after creating the sessionbooleanthe flow id to execute in the secure sessioninthashCode()voidsetDisconnect(Boolean disconnect) voidvoidsetSourceParticipantId(String sourceParticipantId) voidsetUserData(String userData) sourceParticipantId(String sourceParticipantId) requesting participanttoString()user data for the secure session
-
Constructor Details
-
CreateSecureSession
public CreateSecureSession() -
CreateSecureSession
-
-
Method Details
-
sourceParticipantId
requesting participant -
getSourceParticipantId
-
setSourceParticipantId
-
flowId
the flow id to execute in the secure session -
getFlowId
-
setFlowId
-
userData
user data for the secure session -
getUserData
-
setUserData
-
disconnect
if true, disconnect the agent after creating the session -
getDisconnect
-
setDisconnect
-
equals
-
hashCode
public int hashCode() -
toString
-