java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.esri.core.portal.PortalAccess |
Signifies the level of access that an object has.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PortalAccess | ORGANIZATION | Access level is organization. | |||||||||
PortalAccess | PRIVATE | Access level is private. | |||||||||
PortalAccess | PUBLIC | Access level is public. | |||||||||
PortalAccess | SHARED | Access level is shared. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
toString()
Returns a human readable string representing the access type.
| ||||||||||
static PortalAccess | valueOf(String name) | ||||||||||
final static PortalAccess[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns a human readable string representing the access type.