com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListMultipartUploadsResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
Returns bucket name.
|
boolean |
isTruncated()
Returns whether the result is truncated or not.
|
String |
keyMarker()
Returns key marker.
|
int |
maxUploads()
Returns max uploads received.
|
String |
nextKeyMarker()
Returns next key marker.
|
String |
nextUploadIdMarker()
Returns next upload ID marker.
|
String |
uploadIdMarker()
Returns upload ID marker.
|
List<Upload> |
uploads()
Returns List of Upload.
|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ListMultipartUploadsResult()
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic boolean isTruncated()
public String bucketName()
public String keyMarker()
public String uploadIdMarker()
public String nextKeyMarker()
public String nextUploadIdMarker()
public int maxUploads()