Class ApplicationEntityList
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
- All Implemented Interfaces:
Iterable<ApplicationEntity>
Contains a list of
ApplicationEntitys.- Since:
- 2.2
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationEntityList(List<ApplicationEntity> applications, com.atlassian.plugins.rest.api.model.Link link) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ApplicationEntityList
public ApplicationEntityList(List<ApplicationEntity> applications, com.atlassian.plugins.rest.api.model.Link link)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
get
-
iterator
- Specified by:
iteratorin interfaceIterable<ApplicationEntity>
-
getLink
public com.atlassian.plugins.rest.api.model.Link getLink()
-