|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.storage.model.Buckets
public final class Buckets
A list of buckets.
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Storage API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
Buckets()
|
|
| Method Summary | |
|---|---|
Buckets |
clone()
|
List<Bucket> |
getItems()
The list of items. |
String |
getKind()
The kind of item this is. |
String |
getNextPageToken()
The continuation token, used to page through large result sets. |
Buckets |
set(String fieldName,
Object value)
|
Buckets |
setItems(List<Bucket> items)
The list of items. |
Buckets |
setKind(String kind)
The kind of item this is. |
Buckets |
setNextPageToken(String nextPageToken)
The continuation token, used to page through large result sets. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Buckets()
| Method Detail |
|---|
public List<Bucket> getItems()
null for nonepublic Buckets setItems(List<Bucket> items)
items - items or null for nonepublic String getKind()
null for nonepublic Buckets setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic Buckets setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for none
public Buckets set(String fieldName,
Object value)
set in class GenericJsonpublic Buckets clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||