The FilesPage Entity
The catalytic.sdk.entities.FilesPage
class represents a page of File
s, usually returned from the Files.find()
method.
Instance Methods
Name | Return Type | Description |
---|---|---|
getFiles | List< File> | The Files included in this page of results |
getNextPageToken | String | The token used to fetch the next page of Files |
getCount | int | The total number of Files |
Updated about 3 years ago