Package com.dropbox.core.v2.teamlog
Class LoginSuccessDetails
java.lang.Object
com.dropbox.core.v2.teamlog.LoginSuccessDetails
Signed in.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoginSuccessDetails(LoginMethod loginMethod) Signed in.LoginSuccessDetails(LoginMethod loginMethod, Boolean isEmmManaged) Signed in. -
Method Summary
-
Field Details
-
isEmmManaged
-
loginMethod
-
-
Constructor Details
-
LoginSuccessDetails
Signed in.- Parameters:
loginMethod- Login method. Must not benull.isEmmManaged- Tells if the login device is EMM managed. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
LoginSuccessDetails
Signed in.The default values for unset fields will be used.
- Parameters:
loginMethod- Login method. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getLoginMethod
Login method.- Returns:
- value for this field, never
null.
-
getIsEmmManaged
Tells if the login device is EMM managed. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
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
-