Package com.esri.arcgisruntime.portal
Class PortalItemComment
- java.lang.Object
- 
- com.esri.arcgisruntime.portal.PortalItemComment
 
- 
 public final class PortalItemComment extends Object Holds the content of a comment on a portal item.- Since:
- 100.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Gets the text of the comment.StringgetCommentId()Gets the ID of the comment.CalendargetCreated()Gets the date this comment was created.StringgetOwner()Gets the owner of the comment.
 
- 
- 
- 
Method Detail- 
getCommentpublic String getComment() Gets the text of the comment.- Returns:
- the text of the comment
- Since:
- 100.0.0
 
 - 
getCreatedpublic 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
 
 - 
getCommentIdpublic String getCommentId() Gets the ID of the comment.- Returns:
- the ID of the comment
- Since:
- 100.0.0
 
 - 
getOwnerpublic String getOwner() Gets the owner of the comment.- Returns:
- the username of the user who submitted the comment
- Since:
- 100.0.0
 
 
- 
 
-