Uses of Class
org.jclouds.b2.domain.ListPartsResponse.Entry
-
Packages that use ListPartsResponse.Entry Package Description org.jclouds.b2.domain -
-
Uses of ListPartsResponse.Entry in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return ListPartsResponse.Entry Modifier and Type Method Description static 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.Entry Modifier and Type Method Description abstract List<ListPartsResponse.Entry>
ListPartsResponse. parts()
Method parameters in org.jclouds.b2.domain with type arguments of type ListPartsResponse.Entry Modifier and Type Method Description static ListPartsResponse
ListPartsResponse. create(Integer nextPartNumber, List<ListPartsResponse.Entry> parts)
-