public class RevokeDesktopClientArg extends DeviceSessionArg
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deleteOnUnlink |
sessionId, teamMemberId| Constructor and Description |
|---|
RevokeDesktopClientArg(String sessionId,
String teamMemberId)
The default values for unset fields will be used.
|
RevokeDesktopClientArg(String sessionId,
String teamMemberId,
boolean deleteOnUnlink) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getDeleteOnUnlink()
Whether to delete all files of the account (this is possible only if
supported by the desktop client and will be made the next time the
client access the account)
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
getSessionId, getTeamMemberIdpublic RevokeDesktopClientArg(String sessionId, String teamMemberId, boolean deleteOnUnlink)
sessionId - The session id. Must not be null.teamMemberId - The unique id of the member owning the device. Must
not be null.deleteOnUnlink - Whether to delete all files of the account (this
is possible only if supported by the desktop client and will be made
the next time the client access the account).IllegalArgumentException - If any argument does not meet its
preconditions.public RevokeDesktopClientArg(String sessionId, String teamMemberId)
sessionId - The session id. Must not be null.teamMemberId - The unique id of the member owning the device. Must
not be null.IllegalArgumentException - If any argument does not meet its
preconditions.public boolean getDeleteOnUnlink()
null if not present. Defaults to
false.public int hashCode()
hashCode in class DeviceSessionArgpublic boolean equals(Object obj)
equals in class DeviceSessionArgpublic String toString()
toString in class DeviceSessionArgpublic String toStringMultiline()
The returned String may contain newlines.
toStringMultiline in class DeviceSessionArg