java.lang.Object
com.esri.arcgisruntime.portal.PortalGroupUsers
Holds the administrators and users for a portal group.
- Since:
- 100.0.0
-
Method Summary
-
Method Details
-
getAdmins
Returns the administrators of the group.- Returns:
- an unmodifiable list of usernames of administrators of the group. This will throw an UnsupportedOperationException if an attempt is made to modify it.
- Since:
- 100.0.0
-
getUsers
Returns the users that belong to the group.- Returns:
- an unmodifiable list of usernames of users that belong to the group. This will throw an UnsupportedOperationException if an attempt is made to modify it.
- Since:
- 100.0.0
-