Package | Description |
---|---|
org.jclouds.b2.domain |
Modifier and Type | Method and Description |
---|---|
static ListPartsResponse.Entry |
ListPartsResponse.Entry.create(long contentLength,
String contentSha1,
String fileId,
int partNumber,
long uploadTimestamp) |
Modifier and Type | Method and Description |
---|---|
abstract List<ListPartsResponse.Entry> |
ListPartsResponse.parts() |
Modifier and Type | Method and Description |
---|---|
static ListPartsResponse |
ListPartsResponse.create(Integer nextPartNumber,
List<ListPartsResponse.Entry> parts) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.