static DesktopConnection.Builder |
DesktopConnection.builder() |
Create a new builder.
|
DesktopConnection.Builder |
DesktopConnection.Builder.clientPlatform(String clientPlatform) |
The platform on which the Secure Desktops client runs.
|
DesktopConnection.Builder |
DesktopConnection.Builder.clientType(String clientType) |
The type of Secure Desktops client connected to a desktop.
|
DesktopConnection.Builder |
DesktopConnection.Builder.clientVersion(String clientVersion) |
The version of the Secure Desktops client connected to a desktop, applicable only to the
installed client type.
|
DesktopConnection.Builder |
DesktopConnection.Builder.copy(DesktopConnection model) |
|
DesktopConnection.Builder |
DesktopConnection.Builder.lastAction(DesktopAction lastAction) |
|
DesktopConnection.Builder |
DesktopConnection.Builder.nextAction(DesktopAction nextAction) |
|
DesktopConnection.Builder |
DesktopConnection.Builder.timeConnected(Date timeConnected) |
The time when the last connection to a desktop started.
|
DesktopConnection.Builder |
DesktopConnection.Builder.timeDisconnected(Date timeDisconnected) |
The time when the last connection to a desktop ended.
|
DesktopConnection.Builder |
DesktopConnection.toBuilder() |
|