Class ListFileRequestsV2Result

java.lang.Object
com.dropbox.core.v2.filerequests.ListFileRequestsV2Result

public class ListFileRequestsV2Result extends Object
  • Field Details

    • fileRequests

      @Nonnull protected final List<FileRequest> fileRequests
    • cursor

      @Nonnull protected final String cursor
    • hasMore

      protected final boolean hasMore
  • Constructor Details

  • Method Details

    • getFileRequests

      @Nonnull public List<FileRequest> getFileRequests()
      The file requests owned by this user. Apps with the app folder permission will only see file requests in their app folder.
      Returns:
      value for this field, never null.
    • getCursor

      @Nonnull public String getCursor()
      Pass the cursor into DbxUserFileRequestsRequests.listContinue(String) to obtain additional file requests.
      Returns:
      value for this field, never null.
    • getHasMore

      public boolean getHasMore()
      Is true if there are additional file requests that have not been returned yet. An additional call to :route:list/continue` 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