|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
public class ApplicationEntityList
Contains a list of ApplicationEntitys.
| 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 |
|---|
public ApplicationEntityList(java.util.List<ApplicationEntity> applications,
com.atlassian.plugins.rest.common.Link link)
| Method Detail |
|---|
public int size()
public boolean isEmpty()
public ApplicationEntity get(int index)
public java.util.Iterator<ApplicationEntity> iterator()
iterator in interface java.lang.Iterable<ApplicationEntity>public com.atlassian.plugins.rest.common.Link getLink()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||