Package com.dropbox.core.v2.paper
Class ListPaperDocsResponse
java.lang.Object
com.dropbox.core.v2.paper.ListPaperDocsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPass the cursor intoDbxUserPaperRequests.docsListContinue(String)to paginate through all files.The list of Paper doc IDs that can be used to access the given Paper docs or supplied to other API methods.booleanWill be set to True if a subsequent call with the provided cursor toDbxUserPaperRequests.docsListContinue(String)returns immediately with some results.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
docIds
-
cursor
-
hasMore
protected final boolean hasMore
-
-
Constructor Details
-
ListPaperDocsResponse
- Parameters:
docIds- The list of Paper doc IDs that can be used to access the given Paper docs or supplied to other API methods. The list is sorted in the order specified by the initial call toDbxUserPaperRequests.docsList(com.dropbox.core.v2.paper.ListPaperDocsArgs). Must not contain anullitem and not benull.cursor- Pass the cursor intoDbxUserPaperRequests.docsListContinue(String)to paginate through all files. The cursor preserves all properties as specified in the original call toDbxUserPaperRequests.docsList(com.dropbox.core.v2.paper.ListPaperDocsArgs). Must not benull.hasMore- Will be set to True if a subsequent call with the provided cursor toDbxUserPaperRequests.docsListContinue(String)returns immediately with some results. If set to False please allow some delay before making another call toDbxUserPaperRequests.docsListContinue(String).- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getDocIds
The list of Paper doc IDs that can be used to access the given Paper docs or supplied to other API methods. The list is sorted in the order specified by the initial call toDbxUserPaperRequests.docsList(com.dropbox.core.v2.paper.ListPaperDocsArgs).- Returns:
- value for this field, never
null.
-
getCursor
Pass the cursor intoDbxUserPaperRequests.docsListContinue(String)to paginate through all files. The cursor preserves all properties as specified in the original call toDbxUserPaperRequests.docsList(com.dropbox.core.v2.paper.ListPaperDocsArgs).- Returns:
- value for this field, never
null.
-
getHasMore
public boolean getHasMore()Will be set to True if a subsequent call with the provided cursor toDbxUserPaperRequests.docsListContinue(String)returns immediately with some results. If set to False please allow some delay before making another call toDbxUserPaperRequests.docsListContinue(String).- 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
-