public final class DriveList
extends com.google.api.client.json.GenericJson
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 Drive API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
DriveList() |
| Modifier and Type | Method and Description |
|---|---|
DriveList |
clone() |
java.util.List<Drive> |
getDrives()
The list of shared drives.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getNextPageToken()
The page token for the next page of shared drives.
|
DriveList |
set(java.lang.String fieldName,
java.lang.Object value) |
DriveList |
setDrives(java.util.List<Drive> drives)
The list of shared drives.
|
DriveList |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
DriveList |
setNextPageToken(java.lang.String nextPageToken)
The page token for the next page of shared drives.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Drive> getDrives()
null for nonepublic DriveList setDrives(java.util.List<Drive> drives)
drives - drives or null for nonepublic java.lang.String getKind()
null for nonepublic DriveList setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic DriveList setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic DriveList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DriveList clone()
clone in class com.google.api.client.json.GenericJson