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: http://code.google.com/p/google-http-java-client/wiki/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()
List of reply.
|
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 token to use to request the next page of results.
|
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)
List of reply.
|
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 token to use to request the next page of results.
|
CommentReplyList |
setSelfLink(java.lang.String selfLink)
A link back to this list.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public 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.GenericJson
public CommentReplyList clone()
clone
in class com.google.api.client.json.GenericJson