Uses of Class
org.jclouds.b2.domain.ListPartsResponse.Entry
Packages that use ListPartsResponse.Entry
-
Uses of ListPartsResponse.Entry in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return ListPartsResponse.EntryModifier and TypeMethodDescriptionstatic ListPartsResponse.Entry
ListPartsResponse.Entry.create
(long contentLength, String contentSha1, String fileId, int partNumber, long uploadTimestamp) Methods in org.jclouds.b2.domain that return types with arguments of type ListPartsResponse.EntryModifier and TypeMethodDescriptionabstract List
<ListPartsResponse.Entry> ListPartsResponse.parts()
Method parameters in org.jclouds.b2.domain with type arguments of type ListPartsResponse.EntryModifier and TypeMethodDescriptionstatic ListPartsResponse
ListPartsResponse.create
(Integer nextPartNumber, List<ListPartsResponse.Entry> parts)