public final class ListFoldersResponse
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 Cloud Resource Manager 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 |
---|
ListFoldersResponse() |
Modifier and Type | Method and Description |
---|---|
ListFoldersResponse |
clone() |
java.util.List<Folder> |
getFolders()
A possibly paginated list of Folders that are direct descendants of the specified parent
resource.
|
java.lang.String |
getNextPageToken()
A pagination token returned from a previous call to `ListFolders` that indicates from where
listing should continue.
|
ListFoldersResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListFoldersResponse |
setFolders(java.util.List<Folder> folders)
A possibly paginated list of Folders that are direct descendants of the specified parent
resource.
|
ListFoldersResponse |
setNextPageToken(java.lang.String nextPageToken)
A pagination token returned from a previous call to `ListFolders` that indicates from where
listing should continue.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<Folder> getFolders()
null
for nonepublic ListFoldersResponse setFolders(java.util.List<Folder> folders)
folders
- folders or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic ListFoldersResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic ListFoldersResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ListFoldersResponse clone()
clone
in class com.google.api.client.json.GenericJson