Package com.dropbox.core.v2.files
Class ListFolderResult
java.lang.Object
com.dropbox.core.v2.files.ListFolderResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPass the cursor intoDbxAppFilesRequests.listFolderContinue(String)to see what's changed in the folder since your previous query.The files and (direct) subfolders in the folder.booleanIf true, then there are more entries available.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
entries
-
cursor
-
hasMore
protected final boolean hasMore
-
-
Constructor Details
-
ListFolderResult
- Parameters:
entries- The files and (direct) subfolders in the folder. Must not contain anullitem and not benull.cursor- Pass the cursor intoDbxAppFilesRequests.listFolderContinue(String)to see what's changed in the folder since your previous query. Must have length of at least 1 and not benull.hasMore- If true, then there are more entries available. Pass the cursor toDbxAppFilesRequests.listFolderContinue(String)to retrieve the rest.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getEntries
The files and (direct) subfolders in the folder.- Returns:
- value for this field, never
null.
-
getCursor
Pass the cursor intoDbxAppFilesRequests.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 toDbxAppFilesRequests.listFolderContinue(String)to retrieve the rest.- 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
-