Package com.esri.arcgisruntime.portal
Class PortalGroupUsers
- java.lang.Object
-
- com.esri.arcgisruntime.portal.PortalGroupUsers
-
public final class PortalGroupUsers extends Object
Holds the administrators and users for a portal group.- Since:
- 100.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAdmins()
Returns the administrators of the group.List<String>
getUsers()
Returns the users that belong to the group.
-