Package com.dropbox.core.v2.team
Class RevokeDesktopClientArg
- java.lang.Object
- 
- com.dropbox.core.v2.team.DeviceSessionArg
- 
- com.dropbox.core.v2.team.RevokeDesktopClientArg
 
 
- 
 public class RevokeDesktopClientArg extends DeviceSessionArg 
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleandeleteOnUnlink- 
Fields inherited from class com.dropbox.core.v2.team.DeviceSessionArgsessionId, teamMemberId
 
- 
 - 
Constructor SummaryConstructors Constructor Description RevokeDesktopClientArg(java.lang.String sessionId, java.lang.String teamMemberId)NoneRevokeDesktopClientArg(java.lang.String sessionId, java.lang.String teamMemberId, boolean deleteOnUnlink)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)booleangetDeleteOnUnlink()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).java.lang.StringgetSessionId()The session id.java.lang.StringgetTeamMemberId()The unique id of the member owning the device.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Constructor Detail- 
RevokeDesktopClientArgpublic RevokeDesktopClientArg(java.lang.String sessionId, java.lang.String teamMemberId, boolean deleteOnUnlink)- Parameters:
- 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).
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
RevokeDesktopClientArgpublic RevokeDesktopClientArg(java.lang.String sessionId, java.lang.String teamMemberId)NoneThe default values for unset fields will be used. - Parameters:
- sessionId- The session id. Must not be- null.
- teamMemberId- The unique id of the member owning the device. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getSessionIdpublic java.lang.String getSessionId() The session id.- Overrides:
- getSessionIdin class- DeviceSessionArg
- Returns:
- value for this field, never null.
 
 - 
getTeamMemberIdpublic java.lang.String getTeamMemberId() The unique id of the member owning the device.- Overrides:
- getTeamMemberIdin class- DeviceSessionArg
- Returns:
- value for this field, never null.
 
 - 
getDeleteOnUnlinkpublic 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).- Returns:
- value for this field, or nullif not present. Defaults to false.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- DeviceSessionArg
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- DeviceSessionArg
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- DeviceSessionArg
 
 - 
toStringMultilinepublic java.lang.String toStringMultiline() Returns a String representation of this object formatted for easier readability.The returned String may contain newlines. - Overrides:
- toStringMultilinein class- DeviceSessionArg
- Returns:
- Formatted, multiline String representation of this object
 
 
- 
 
-