public class ApplicationEntityList extends Object implements Iterable<ApplicationEntity>
Constructor and Description |
---|
ApplicationEntityList(List<ApplicationEntity> applications,
com.atlassian.plugins.rest.common.Link link) |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
get(int index) |
com.atlassian.plugins.rest.common.Link |
getLink() |
boolean |
isEmpty() |
Iterator<ApplicationEntity> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ApplicationEntityList(List<ApplicationEntity> applications, com.atlassian.plugins.rest.common.Link link)
public int size()
public boolean isEmpty()
public ApplicationEntity get(int index)
public Iterator<ApplicationEntity> iterator()
iterator
in interface Iterable<ApplicationEntity>
public com.atlassian.plugins.rest.common.Link getLink()
Copyright © 2020 Atlassian. All rights reserved.