public abstract class B2ObjectList extends Object
Modifier and Type | Class and Description |
---|---|
static class |
B2ObjectList.Entry |
Constructor and Description |
---|
B2ObjectList() |
Modifier and Type | Method and Description |
---|---|
static B2ObjectList |
create(List<B2ObjectList.Entry> files,
String nextFileId,
String nextFileName) |
abstract List<B2ObjectList.Entry> |
files() |
abstract String |
nextFileId() |
abstract String |
nextFileName() |
public abstract List<B2ObjectList.Entry> files()
public static B2ObjectList create(List<B2ObjectList.Entry> files, @Nullable String nextFileId, @Nullable String nextFileName)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.