Package com.dropbox.core.v2.filerequests
Class ListFileRequestsResult
java.lang.Object
com.dropbox.core.v2.filerequests.ListFileRequestsResult
Result for
DbxUserFileRequestsRequests.list().-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListFileRequestsResult(List<FileRequest> fileRequests) Result forDbxUserFileRequestsRequests.list(). -
Method Summary
-
Field Details
-
fileRequests
-
-
Constructor Details
-
ListFileRequestsResult
Result forDbxUserFileRequestsRequests.list().- Parameters:
fileRequests- The file requests owned by this user. Apps with the app folder permission will only see file requests in their app folder. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
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.
-
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
-