Package com.dropbox.core.v2.users
Class GetAccountBatchArg
java.lang.Object
com.dropbox.core.v2.users.GetAccountBatchArg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor internal use only. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
accountIds
-
-
Constructor Details
-
GetAccountBatchArg
- Parameters:
accountIds- List of user account identifiers. Should not contain any duplicate account IDs. Must contain at least 1 items, not contain anullitem, and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getAccountIds
List of user account identifiers. Should not contain any duplicate account IDs.- 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
-