Class MultiValuedAttributeEntityList
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<MultiValuedAttributeEntity>
,Iterable<MultiValuedAttributeEntity>
@Expander(MultiValuedAttributeEntityListExpander.class)
public class MultiValuedAttributeEntityList
extends Object
implements com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<MultiValuedAttributeEntity>, Iterable<MultiValuedAttributeEntity>
Contains a list of
AttributeEntity
s.- Since:
- v2.1
-
Constructor Summary
ConstructorDescriptionMultiValuedAttributeEntityList
(List<MultiValuedAttributeEntity> 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
-
MultiValuedAttributeEntityList
public MultiValuedAttributeEntityList(List<MultiValuedAttributeEntity> 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<MultiValuedAttributeEntity>
-
getLink
public com.atlassian.plugins.rest.api.model.Link getLink() -
getCallback
public com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<MultiValuedAttributeEntity> getCallback()- Specified by:
getCallback
in interfacecom.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<MultiValuedAttributeEntity>
-