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 Details

    • getComment

      public String getComment()
      Gets the text of the comment.
      Returns:
      the text of the comment
      Since:
      100.0.0
    • getCreated

      public 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 String getCommentId()
      Gets the ID of the comment.
      Returns:
      the ID of the comment
      Since:
      100.0.0
    • getOwner

      public String getOwner()
      Gets the owner of the comment.
      Returns:
      the username of the user who submitted the comment
      Since:
      100.0.0