Class DirectoryMappingEntityList
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
- All Implemented Interfaces:
Iterable<DirectoryMappingEntity>
Contains a list of
DirectoryMappingEntitys.- Since:
- 2.2
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryMappingEntityList(List<DirectoryMappingEntity> directoryMappings, 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
-
DirectoryMappingEntityList
public DirectoryMappingEntityList(List<DirectoryMappingEntity> directoryMappings, com.atlassian.plugins.rest.api.model.Link link)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
get
-
iterator
- Specified by:
iteratorin interfaceIterable<DirectoryMappingEntity>
-
getLink
public com.atlassian.plugins.rest.api.model.Link getLink()
-