java.lang.Object
com.esri.arcgisruntime.portal.PortalItemComment
Holds the content of a comment on a portal item.
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the text of the comment.Gets the ID of the comment.Gets the date this comment was created.getOwner()
Gets the owner of the comment.
-
Method Details
-
getComment
Gets the text of the comment.- Returns:
- the text of the comment
- Since:
- 100.0.0
-
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
Gets the ID of the comment.- Returns:
- the ID of the comment
- Since:
- 100.0.0
-
getOwner
Gets the owner of the comment.- Returns:
- the username of the user who submitted the comment
- Since:
- 100.0.0
-