org.jboss.resteasy.keystone.model
Class Users

java.lang.Object
  extended by org.jboss.resteasy.keystone.model.Users
All Implemented Interfaces:
Serializable, Iterable<User>

public class Users
extends Object
implements Iterable<User>, Serializable

See Also:
Serialized Form

Constructor Summary
Users()
           
 
Method Summary
 List<User> getList()
           
 Iterator<User> iterator()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Users

public Users()
Method Detail

getList

public List<User> getList()
Returns:
the list

toString

public String toString()
Overrides:
toString in class Object

iterator

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


Copyright © 2013. All Rights Reserved.