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

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

public class GroupEntityList
extends Object
implements Iterable<GroupEntity>

Contains a list of GroupEntitys.

Since:
v2.1

Constructor Summary
GroupEntityList(List<GroupEntity> groups)
           
 
Method Summary
 GroupEntity get(int index)
           
 boolean isEmpty()
           
 Iterator<GroupEntity> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupEntityList

public GroupEntityList(List<GroupEntity> groups)
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

get

public GroupEntity get(int index)

iterator

public Iterator<GroupEntity> iterator()
Specified by:
iterator in interface Iterable<GroupEntity>


Copyright © 2012 Atlassian. All Rights Reserved.