|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.CommentReply
public final class CommentReply
A JSON representation of a reply to a comment on a file in Google Drive.
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-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
CommentReply()
|
Method Summary | |
---|---|
User |
getAuthor()
The user who wrote this reply. |
java.lang.String |
getContent()
The plain text content used to create this reply. |
DateTime |
getCreatedDate()
The date when this reply was first created. |
java.lang.Boolean |
getDeleted()
Whether this reply has been deleted. |
java.lang.String |
getHtmlContent()
HTML formatted content for this reply. |
java.lang.String |
getKind()
This is always drive#commentReply. |
DateTime |
getModifiedDate()
The date when this reply was last modified. |
java.lang.String |
getReplyId()
The ID of the reply. |
java.lang.String |
getVerb()
The action this reply performed to the parent comment. |
CommentReply |
setAuthor(User author)
The user who wrote this reply. |
CommentReply |
setContent(java.lang.String content)
The plain text content used to create this reply. |
CommentReply |
setCreatedDate(DateTime createdDate)
The date when this reply was first created. |
CommentReply |
setDeleted(java.lang.Boolean deleted)
Whether this reply has been deleted. |
CommentReply |
setHtmlContent(java.lang.String htmlContent)
HTML formatted content for this reply. |
CommentReply |
setKind(java.lang.String kind)
This is always drive#commentReply. |
CommentReply |
setModifiedDate(DateTime modifiedDate)
The date when this reply was last modified. |
CommentReply |
setReplyId(java.lang.String replyId)
The ID of the reply. |
CommentReply |
setVerb(java.lang.String verb)
The action this reply performed to the parent comment. |
Methods inherited from class com.google.api.client.json.GenericJson |
---|
clone, getFactory, setFactory, toPrettyString, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommentReply()
Method Detail |
---|
public User getAuthor()
null
.
public CommentReply setAuthor(User author)
null
.
public java.lang.String getContent()
null
.
public CommentReply setContent(java.lang.String content)
null
.
public DateTime getCreatedDate()
null
.
public CommentReply setCreatedDate(DateTime createdDate)
null
.
public java.lang.Boolean getDeleted()
null
.
public CommentReply setDeleted(java.lang.Boolean deleted)
null
.
public java.lang.String getHtmlContent()
null
.
public CommentReply setHtmlContent(java.lang.String htmlContent)
null
.
public java.lang.String getKind()
null
.
public CommentReply setKind(java.lang.String kind)
null
.
public DateTime getModifiedDate()
null
.
public CommentReply setModifiedDate(DateTime modifiedDate)
null
.
public java.lang.String getReplyId()
null
.
public CommentReply setReplyId(java.lang.String replyId)
null
.
public java.lang.String getVerb()
null
.
public CommentReply setVerb(java.lang.String verb)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |