Class ListFolderResult

java.lang.Object
com.dropbox.core.v2.files.ListFolderResult

public class ListFolderResult extends Object
  • Field Details

    • entries

      @Nonnull protected final List<Metadata> entries
    • cursor

      @Nonnull protected final String cursor
    • hasMore

      protected final boolean hasMore
  • Constructor Details

  • Method Details

    • getEntries

      @Nonnull public List<Metadata> getEntries()
      The files and (direct) subfolders in the folder.
      Returns:
      value for this field, never null.
    • getCursor

      @Nonnull public String getCursor()
      Pass the cursor into DbxAppFilesRequests.listFolderContinue(String) to see what's changed in the folder since your previous query.
      Returns:
      value for this field, never null.
    • getHasMore

      public boolean getHasMore()
      If true, then there are more entries available. Pass the cursor to DbxAppFilesRequests.listFolderContinue(String) to retrieve the rest.
      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