Uses of Class
org.jclouds.b2.domain.B2ObjectList.Entry
-
Packages that use B2ObjectList.Entry Package Description org.jclouds.b2.domain -
-
Uses of B2ObjectList.Entry in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return B2ObjectList.Entry Modifier and Type Method Description static B2ObjectList.Entry
B2ObjectList.Entry. create(Action action, String accountId, String bucketId, String fileId, String fileName, long contentLength, long uploadTimestamp)
Methods in org.jclouds.b2.domain that return types with arguments of type B2ObjectList.Entry Modifier and Type Method Description abstract List<B2ObjectList.Entry>
B2ObjectList. files()
Method parameters in org.jclouds.b2.domain with type arguments of type B2ObjectList.Entry Modifier and Type Method Description static B2ObjectList
B2ObjectList. create(List<B2ObjectList.Entry> files, String nextFileId, String nextFileName)
-