com.atlassian.crowd.plugin.rest.entity
Class GroupEntityList

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.entity.GroupEntityList
All Implemented Interfaces:
java.lang.Iterable<GroupEntity>

public class GroupEntityList
extends java.lang.Object
implements java.lang.Iterable<GroupEntity>

Contains a list of GroupEntitys.

Since:
v2.1

Field Summary
static java.lang.String GROUP_LIST_FIELD_NAME
          Name of the group list field.
 
Constructor Summary
GroupEntityList(java.util.List<GroupEntity> groups)
           
 
Method Summary
 GroupEntity get(int index)
           
 boolean isEmpty()
           
 java.util.Iterator<GroupEntity> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_LIST_FIELD_NAME

public static final java.lang.String GROUP_LIST_FIELD_NAME
Name of the group list field.

See Also:
Constant Field Values
Constructor Detail

GroupEntityList

public GroupEntityList(java.util.List<GroupEntity> groups)
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

get

public GroupEntity get(int index)

iterator

public java.util.Iterator<GroupEntity> iterator()
Specified by:
iterator in interface java.lang.Iterable<GroupEntity>


Copyright © 2010 Atlassian. All Rights Reserved.