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

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

public class UserEntityList
extends Object
implements Iterable<UserEntity>

Contains a list of UserEntitys.

Since:
v2.1

Field Summary
static String USER_LIST_FIELD_NAME
          Name of the user list field.
 
Constructor Summary
UserEntityList(List<UserEntity> users)
           
 
Method Summary
 UserEntity get(int index)
           
 boolean isEmpty()
           
 Iterator<UserEntity> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_LIST_FIELD_NAME

public static final String USER_LIST_FIELD_NAME
Name of the user list field.

See Also:
Constant Field Values
Constructor Detail

UserEntityList

public UserEntityList(List<UserEntity> users)
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

get

public UserEntity get(int index)

iterator

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


Copyright © 2013 Atlassian. All Rights Reserved.