Package | Description |
---|---|
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Objects |
Objects.clone() |
Objects |
Objects.set(String fieldName,
Object value) |
Objects |
Objects.setItems(List<StorageObject> items)
The list of items.
|
Objects |
Objects.setKind(String kind)
The kind of item this is.
|
Objects |
Objects.setNextPageToken(String nextPageToken)
The continuation token, used to page through large result sets.
|
Objects |
Objects.setPrefixes(List<String> prefixes)
The list of prefixes of objects matching-but-not-listed up to and including the requested
delimiter.
|