Package org.jclouds.b2.domain
Class B2ObjectList
- java.lang.Object
-
- org.jclouds.b2.domain.B2ObjectList
-
public abstract class B2ObjectList extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
B2ObjectList.Entry
-
Constructor Summary
Constructors Constructor Description B2ObjectList()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static B2ObjectList
create(List<B2ObjectList.Entry> files, String nextFileId, String nextFileName)
abstract List<B2ObjectList.Entry>
files()
abstract String
nextFileId()
abstract String
nextFileName()
-
-
-
Method Detail
-
files
public abstract List<B2ObjectList.Entry> files()
-
create
public static B2ObjectList create(List<B2ObjectList.Entry> files, @Nullable String nextFileId, @Nullable String nextFileName)
-
-