Class AttributeEntityList
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<AttributeEntity>
,Iterable<AttributeEntity>
public class AttributeEntityList
extends Object
implements com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<AttributeEntity>, Iterable<AttributeEntity>
Contains a list of
AttributeEntity
s.- Since:
- v2.1
-
Constructor Summary
ConstructorDescriptionAttributeEntityList
(List<AttributeEntity> attributes, 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, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AttributeEntityList
public AttributeEntityList(List<AttributeEntity> attributes, com.atlassian.plugins.rest.api.model.Link link)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
get
-
iterator
- Specified by:
iterator
in interfaceIterable<AttributeEntity>
-
getLink
public com.atlassian.plugins.rest.api.model.Link getLink() -
getCallback
public com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<AttributeEntity> getCallback()- Specified by:
getCallback
in interfacecom.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<AttributeEntity>
-