Package com.dropbox.core.v2.team
Class MembersInfo
java.lang.Object
com.dropbox.core.v2.team.MembersInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
teamMemberIds
-
permanentlyDeletedUsers
protected final long permanentlyDeletedUsers
-
-
Constructor Details
-
MembersInfo
- Parameters:
teamMemberIds- Team member IDs of the users under this hold. Must not contain anullitem and not benull.permanentlyDeletedUsers- The number of permanently deleted users that were under this hold.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getTeamMemberIds
Team member IDs of the users under this hold.- Returns:
- value for this field, never
null.
-
getPermanentlyDeletedUsers
public long getPermanentlyDeletedUsers()The number of permanently deleted users that were under this hold.- Returns:
- value for this field.
-
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
-