public class ListPartsRequest extends GenericRequest
NOOP
Constructor and Description |
---|
ListPartsRequest(String bucketName,
String key,
String uploadId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getEncodingType()
Gets the encoding type of object names in response.
|
Integer |
getMaxParts()
The max parts count to return.
|
Integer |
getPartNumberMarker()
Gets the part number marker---the parts to return whose part number must
be greater than this marker.
|
String |
getUploadId()
Gets the upload Id.
|
void |
setEncodingType(String encodingType)
Sets the encoding type of object names in response.
|
void |
setMaxParts(int maxParts)
Sets the max parts count (optional).
|
void |
setPartNumberMarker(Integer partNumberMarker)
Sets the part number marker---the parts to return whose part number must
be greater than this marker.
|
void |
setUploadId(String uploadId)
Sets the upload Id for the multipart upload.
|
getBucketName, getKey, getRequestPayer, getVersionId, setBucketName, setKey, setRequestPayer, setVersionId, withBucketName, withKey, withRequestPayer, withVersionId
addAdditionalHeaderName, addHeader, addParameter, getAdditionalHeaderNames, getHeaders, getParameters, getProgressListener, isLogEnabled, setAdditionalHeaderNames, setHeaders, setLogEnabled, setParameters, setProgressListener, withProgressListener
public String getUploadId()
public void setUploadId(String uploadId)
uploadId
- The upload Id.public Integer getMaxParts()
public void setMaxParts(int maxParts)
maxParts
- The max parts count.public Integer getPartNumberMarker()
public void setPartNumberMarker(Integer partNumberMarker)
partNumberMarker
- The part number marker.public String getEncodingType()
public void setEncodingType(String encodingType)
encodingType
- The encoding type of object names. The valid values are 'null'
or 'url'.Copyright © 2021. All Rights Reserved.