Package com.dropbox.core.v2.team
Class GroupsListResult
java.lang.Object
com.dropbox.core.v2.team.GroupsListResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPass the cursor intoDbxTeamTeamRequests.groupsListContinue(String)to obtain the additional groups.booleanIs true if there are additional groups that have not been returned yet.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
groups
-
cursor
-
hasMore
protected final boolean hasMore
-
-
Constructor Details
-
GroupsListResult
public GroupsListResult(@Nonnull List<GroupSummary> groups, @Nonnull String cursor, boolean hasMore) - Parameters:
groups- Must not contain anullitem and not benull.cursor- Pass the cursor intoDbxTeamTeamRequests.groupsListContinue(String)to obtain the additional groups. Must not benull.hasMore- Is true if there are additional groups that have not been returned yet. An additional call toDbxTeamTeamRequests.groupsListContinue(String)can retrieve them.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getGroups
- Returns:
- value for this field, never
null.
-
getCursor
Pass the cursor intoDbxTeamTeamRequests.groupsListContinue(String)to obtain the additional groups.- Returns:
- value for this field, never
null.
-
getHasMore
public boolean getHasMore()Is true if there are additional groups that have not been returned yet. An additional call toDbxTeamTeamRequests.groupsListContinue(String)can retrieve them.- 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
-