com.atlassian.crowd.plugin.rest.entity
public class GroupEntityList extends Object implements Iterable<GroupEntity>
| Modifier and Type | Field and Description |
|---|---|
static String |
GROUP_LIST_FIELD_NAME
Name of the group list field.
|
| Constructor and Description |
|---|
GroupEntityList(List<GroupEntity> groups) |
public static final String GROUP_LIST_FIELD_NAME
public GroupEntityList(List<GroupEntity> groups)
public int size()
public boolean isEmpty()
public GroupEntity get(int index)
public Iterator<GroupEntity> iterator()
iterator in interface Iterable<GroupEntity>Copyright © 2015 Atlassian. All Rights Reserved.