Class GroupEntityList
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.GroupEntityList
- All Implemented Interfaces:
Iterable<GroupEntity>
Contains a list of
GroupEntity
s.- Since:
- v2.1
-
Field Details
-
GROUP_LIST_FIELD_NAME
Name of the group list field.- See Also:
-
-
Constructor Details
-
GroupEntityList
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
get
-
iterator
- Specified by:
iterator
in interfaceIterable<GroupEntity>
-