Package com.dropbox.core.v2.teamlog
Class DropboxPasswordsNewDeviceEnrolledDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DropboxPasswordsNewDeviceEnrolledDetails
Enrolled new Dropbox Passwords device.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDropboxPasswordsNewDeviceEnrolledDetails(boolean isFirstDevice, String platform) Enrolled new Dropbox Passwords device. -
Method Summary
-
Field Details
-
isFirstDevice
protected final boolean isFirstDevice -
platform
-
-
Constructor Details
-
DropboxPasswordsNewDeviceEnrolledDetails
Enrolled new Dropbox Passwords device.- Parameters:
isFirstDevice- Whether it's a first device enrolled.platform- The platform the device is enrolled. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getIsFirstDevice
public boolean getIsFirstDevice()Whether it's a first device enrolled.- Returns:
- value for this field.
-
getPlatform
The platform the device is enrolled.- 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
-