Package org.filestack
Class CloudResponse
java.lang.Object
org.filestack.CloudResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns an OAuth URL or null if the user has already authorized.getItems()
Returns a pagination token if all items can't be returned at once.
-
Constructor Details
-
CloudResponse
public CloudResponse()
-
-
Method Details
-
getAuthUrl
Returns an OAuth URL or null if the user has already authorized. -
getItems
-
getProvider
-
getDirectory
-
getNextToken
Returns a pagination token if all items can't be returned at once.
-