Contains the prefixes and items returned by a list(int) call.
| List<StorageReference> |
getItems()
The items (files) returned by the
list() operation. |
| String |
getPageToken()
Returns a token that can be used to resume a previous
list() operation. |
| List<StorageReference> |
getPrefixes()
The prefixes (folders) returned by the
list() operation. |
The items (files) returned by the list() operation.
Returns a token that can be used to resume a previous list() operation. null
indicates that there are no more results.
The prefixes (folders) returned by the list() operation.