|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.portal.PortalItemComment
public class PortalItemComment

Class that holds the content from a comment on a PortalItem such as owner, comment, created date.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static PortalItemComment |
fromJson(org.codehaus.jackson.JsonParser parser)
Creates PortalItemcomment from the json parser. |
String |
getComment()
Returns the text of the comment. |
String |
getCommentId()
Returns the id of the comment. |
long |
getCreated()
Returns the date of creation of the comment. |
String |
getOwner()
Returns the owner of the comment. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static PortalItemComment fromJson(org.codehaus.jackson.JsonParser parser)
throws Exception
parser - the json to parse
Exception - if unable to complete the request.public String getOwner()
public String getCommentId()
public String getComment()
public long getCreated()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||