Package com.esri.arcgisruntime.portal
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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCreated()Gets the date this folder was created.StringgetFolderId()Gets the ID of this folder.StringgetTitle()Gets the title of this folder.StringgetUsername()Gets the name of the owner of this folder.
 
- 
- 
- 
Method Detail- 
getFolderIdpublic String getFolderId() Gets the ID of this folder.- Returns:
- the ID of this folder
- Since:
- 100.0.0
 
 - 
getTitlepublic String getTitle() Gets the title of this folder.- Returns:
- the title of this folder
- Since:
- 100.0.0
 
 - 
getUsernamepublic String getUsername() Gets the name of the owner of this folder.- Returns:
- the name of the owner of this folder
- Since:
- 100.0.0
 
 - 
getCreatedpublic 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
 
 
- 
 
-