public final class ListTopicResponse
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 Google Classroom 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 |
|---|
ListTopicResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListTopicResponse |
clone() |
java.lang.String |
getNextPageToken()
Token identifying the next page of results to return.
|
java.util.List<Topic> |
getTopic()
Topic items that match the request.
|
ListTopicResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListTopicResponse |
setNextPageToken(java.lang.String nextPageToken)
Token identifying the next page of results to return.
|
ListTopicResponse |
setTopic(java.util.List<Topic> topic)
Topic items that match the request.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getNextPageToken()
null for nonepublic ListTopicResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.util.List<Topic> getTopic()
null for nonepublic ListTopicResponse setTopic(java.util.List<Topic> topic)
topic - topic or null for nonepublic ListTopicResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListTopicResponse clone()
clone in class com.google.api.client.json.GenericJson