public final class UsersListResponse extends 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 SQL Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UsersListResponse() |
| Modifier and Type | Method and Description |
|---|---|
UsersListResponse |
clone() |
List<User> |
getItems()
List of user resources in the instance.
|
String |
getKind()
This is always sql#usersList.
|
String |
getNextPageToken()
An identifier that uniquely identifies the operation.
|
UsersListResponse |
set(String fieldName,
Object value) |
UsersListResponse |
setItems(List<User> items)
List of user resources in the instance.
|
UsersListResponse |
setKind(String kind)
This is always sql#usersList.
|
UsersListResponse |
setNextPageToken(String nextPageToken)
An identifier that uniquely identifies the operation.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<User> getItems()
null for nonepublic UsersListResponse setItems(List<User> items)
items - items or null for nonepublic String getKind()
null for nonepublic UsersListResponse setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic UsersListResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic UsersListResponse set(String fieldName, Object value)
set in class GenericJsonpublic UsersListResponse clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.