Class PortalFolder

java.lang.Object
com.esri.arcgisruntime.portal.PortalFolder

public final class PortalFolder extends Object
Represents a sub folder in the root folder of a user. Folders are used to organize content in a portal.
Since:
100.0.0
  • Method Details

    • getFolderId

      public String getFolderId()
      Gets the ID of this folder.
      Returns:
      the ID of this folder
      Since:
      100.0.0
    • getTitle

      public String getTitle()
      Gets the title of this folder.
      Returns:
      the title of this folder
      Since:
      100.0.0
    • getUsername

      public String getUsername()
      Gets the name of the owner of this folder.
      Returns:
      the name of the owner of this folder
      Since:
      100.0.0
    • getCreated

      public Calendar getCreated()
      Gets the date this folder was created.
      Returns:
      the date this folder was created; always a GregorianCalendar using UTC time zone and English locale
      Since:
      100.0.0