Class TeamNamespacesListResult

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

public class TeamNamespacesListResult extends Object
  • Field Details

    • namespaces

      @Nonnull protected final List<NamespaceMetadata> namespaces
    • cursor

      @Nonnull protected final String cursor
    • hasMore

      protected final boolean hasMore
  • Constructor Details

  • Method Details

    • getNamespaces

      @Nonnull public List<NamespaceMetadata> getNamespaces()
      List of all namespaces the team can access.
      Returns:
      value for this field, never null.
    • getCursor

      @Nonnull public String getCursor()
      Pass the cursor into DbxTeamTeamRequests.namespacesListContinue(String) to obtain additional namespaces. Note that duplicate namespaces may be returned.
      Returns:
      value for this field, never null.
    • getHasMore

      public boolean getHasMore()
      Is true if there are additional namespaces that have not been returned yet.
      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