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 classB2ObjectList.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 B2ObjectListcreate(List<B2ObjectList.Entry> files, String nextFileId, String nextFileName)abstract List<B2ObjectList.Entry>files()abstract StringnextFileId()abstract StringnextFileName()
-
-
-
Method Detail
-
files
public abstract List<B2ObjectList.Entry> files()
-
create
public static B2ObjectList create(List<B2ObjectList.Entry> files, @Nullable String nextFileId, @Nullable String nextFileName)
-
-