Package com.esri.arcgisruntime.portal
Class PortalItemComment
- java.lang.Object
-
- com.esri.arcgisruntime.portal.PortalItemComment
-
public final class PortalItemComment extends java.lang.ObjectHolds the content of a comment on a portal item.- Since:
- 100.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the text of the comment.java.lang.StringgetCommentId()Gets the ID of the comment.java.util.CalendargetCreated()Gets the date this comment was created.java.lang.StringgetOwner()Gets the owner of the comment.
-
-
-
Method Detail
-
getComment
public java.lang.String getComment()
Gets the text of the comment.- Returns:
- the text of the comment
- Since:
- 100.0.0
-
getCreated
public java.util.Calendar getCreated()
Gets the date this comment was created.- Returns:
- the date this comment was created; always a GregorianCalendar using UTC time zone and English locale
- Since:
- 100.0.0
-
getCommentId
public java.lang.String getCommentId()
Gets the ID of the comment.- Returns:
- the ID of the comment
- Since:
- 100.0.0
-
getOwner
public java.lang.String getOwner()
Gets the owner of the comment.- Returns:
- the username of the user who submitted the comment
- Since:
- 100.0.0
-
-