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

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

public class ApplicationEntityList
extends Object
implements Iterable<ApplicationEntity>

Contains a list of ApplicationEntitys.

Since:
2.2

Constructor Summary
ApplicationEntityList(List<ApplicationEntity> applications, com.atlassian.plugins.rest.common.Link link)
           
 
Method Summary
 ApplicationEntity get(int index)
           
 com.atlassian.plugins.rest.common.Link getLink()
           
 boolean isEmpty()
           
 Iterator<ApplicationEntity> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEntityList

public ApplicationEntityList(List<ApplicationEntity> applications,
                             com.atlassian.plugins.rest.common.Link link)
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

get

public ApplicationEntity get(int index)

iterator

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

getLink

public com.atlassian.plugins.rest.common.Link getLink()


Copyright © 2013 Atlassian. All Rights Reserved.