Package com.dropbox.core.v2.team
Class DeviceSessionArg
java.lang.Object
com.dropbox.core.v2.team.DeviceSessionArg
- Direct Known Subclasses:
RevokeDesktopClientArg
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sessionId
-
teamMemberId
-
-
Constructor Details
-
DeviceSessionArg
- Parameters:
sessionId- The session id. Must not benull.teamMemberId- The unique id of the member owning the device. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getSessionId
The session id.- Returns:
- value for this field, never
null.
-
getTeamMemberId
The unique id of the member owning the device.- Returns:
- value for this field, never
null.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-