public final class CommentReplyList
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 |
|---|
CommentReplyList() |
| Modifier and Type | Method and Description |
|---|---|
CommentReplyList |
clone() |
java.util.List<CommentReply> |
getItems()
The list of replies.
|
java.lang.String |
getKind()
This is always drive#commentReplyList.
|
java.lang.String |
getNextLink()
A link to the next page of replies.
|
java.lang.String |
getNextPageToken()
The page token for the next page of replies.
|
java.lang.String |
getSelfLink()
A link back to this list.
|
CommentReplyList |
set(java.lang.String fieldName,
java.lang.Object value) |
CommentReplyList |
setItems(java.util.List<CommentReply> items)
The list of replies.
|
CommentReplyList |
setKind(java.lang.String kind)
This is always drive#commentReplyList.
|
CommentReplyList |
setNextLink(java.lang.String nextLink)
A link to the next page of replies.
|
CommentReplyList |
setNextPageToken(java.lang.String nextPageToken)
The page token for the next page of replies.
|
CommentReplyList |
setSelfLink(java.lang.String selfLink)
A link back to this list.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<CommentReply> getItems()
null for nonepublic CommentReplyList setItems(java.util.List<CommentReply> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic CommentReplyList setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextLink()
null for nonepublic CommentReplyList setNextLink(java.lang.String nextLink)
nextLink - nextLink or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic CommentReplyList setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.lang.String getSelfLink()
null for nonepublic CommentReplyList setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic CommentReplyList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CommentReplyList clone()
clone in class com.google.api.client.json.GenericJson