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

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

public class ApplicationEntityList
extends java.lang.Object
implements java.lang.Iterable<ApplicationEntity>

Contains a list of ApplicationEntitys.

Since:
2.2

Constructor Summary
ApplicationEntityList(java.util.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()
           
 java.util.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(java.util.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 java.util.Iterator<ApplicationEntity> iterator()
Specified by:
iterator in interface java.lang.Iterable<ApplicationEntity>

getLink

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


Copyright © 2011 Atlassian. All Rights Reserved.