com.atlassian.crowd.plugin.rest.entity
Class MultiValuedAttributeEntityList
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
- All Implemented Interfaces:
- com.atlassian.plugins.rest.common.expand.entity.ListWrapper<MultiValuedAttributeEntity>, java.lang.Iterable<MultiValuedAttributeEntity>
@Expander(value=MultiValuedAttributeEntityListExpander.class)
public class MultiValuedAttributeEntityList
- extends java.lang.Object
- implements com.atlassian.plugins.rest.common.expand.entity.ListWrapper<MultiValuedAttributeEntity>, java.lang.Iterable<MultiValuedAttributeEntity>
Contains a list of AttributeEntitys.
- Since:
- v2.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiValuedAttributeEntityList
public MultiValuedAttributeEntityList(java.util.List<MultiValuedAttributeEntity> attributes,
com.atlassian.plugins.rest.common.Link link)
size
public int size()
isEmpty
public boolean isEmpty()
get
public MultiValuedAttributeEntity get(int index)
iterator
public java.util.Iterator<MultiValuedAttributeEntity> iterator()
- Specified by:
iterator in interface java.lang.Iterable<MultiValuedAttributeEntity>
getLink
public com.atlassian.plugins.rest.common.Link getLink()
getCallback
public com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<MultiValuedAttributeEntity> getCallback()
- Specified by:
getCallback in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapper<MultiValuedAttributeEntity>
Copyright © 2011 Atlassian. All Rights Reserved.