public abstract class ListUnfinishedLargeFilesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUnfinishedLargeFilesResponse.Entry |
| Constructor and Description |
|---|
ListUnfinishedLargeFilesResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ListUnfinishedLargeFilesResponse |
create(String nextFileId,
List<ListUnfinishedLargeFilesResponse.Entry> files) |
abstract List<ListUnfinishedLargeFilesResponse.Entry> |
files() |
abstract String |
nextFileId() |
public abstract List<ListUnfinishedLargeFilesResponse.Entry> files()
public static ListUnfinishedLargeFilesResponse create(@Nullable String nextFileId, List<ListUnfinishedLargeFilesResponse.Entry> files)
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.