Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
List<Multipart> |
ListPartsResult.getMultipartList()
Obtain the list of uploaded parts.
|
Constructor and Description |
---|
ListPartsResult(String bucket,
String key,
String uploadId,
Owner initiator,
Owner owner,
StorageClassEnum storageClass,
List<Multipart> multipartList,
Integer maxParts,
boolean isTruncated,
String partNumberMarker,
String nextPartNumberMarker) |
Copyright © 2019. All rights reserved.