Package org.jclouds.b2.domain
Class B2ObjectList
java.lang.Object
org.jclouds.b2.domain.B2ObjectList
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic B2ObjectListcreate(List<B2ObjectList.Entry> files, String nextFileId, String nextFileName) abstract List<B2ObjectList.Entry> files()abstract Stringabstract String 
- 
Constructor Details
- 
B2ObjectList
public B2ObjectList() 
 - 
 - 
Method Details
- 
files
 - 
nextFileId
 - 
nextFileName
 - 
create
public static B2ObjectList create(List<B2ObjectList.Entry> files, @Nullable String nextFileId, @Nullable String nextFileName)  
 -