Class GroupsListResult

java.lang.Object
com.dropbox.core.v2.team.GroupsListResult

public class GroupsListResult extends Object
  • Field Details

    • groups

      @Nonnull protected final List<GroupSummary> groups
    • cursor

      @Nonnull protected final String cursor
    • hasMore

      protected final boolean hasMore
  • Constructor Details

  • Method Details

    • getGroups

      @Nonnull public List<GroupSummary> getGroups()
      Returns:
      value for this field, never null.
    • getCursor

      @Nonnull public String getCursor()
      Pass the cursor into DbxTeamTeamRequests.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 to DbxTeamTeamRequests.groupsListContinue(String) can retrieve them.
      Returns:
      value for this field.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringMultiline

      public String 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