Package com.dropbox.core.v2.teamlog
Class ExternalUserLogInfo
java.lang.Object
com.dropbox.core.v2.teamlog.ExternalUserLogInfo
A user without a Dropbox account.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExternalUserLogInfo(String userIdentifier, IdentifierType identifierType) A user without a Dropbox account. -
Method Summary
-
Field Details
-
userIdentifier
-
identifierType
-
-
Constructor Details
-
ExternalUserLogInfo
A user without a Dropbox account.- Parameters:
userIdentifier- An external user identifier. Must not benull.identifierType- Identifier type. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getUserIdentifier
An external user identifier.- Returns:
- value for this field, never
null.
-
getIdentifierType
Identifier type.- 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
-