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

java.lang.Object
  extended by com.atlassian.crowd.integration.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

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
 

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 © 2012 Atlassian. All Rights Reserved.