com.atlassian.crowd.plugin.rest.entity
Class MultiValuedAttributeEntityList

java.lang.Object
  extended by 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

Constructor Summary
MultiValuedAttributeEntityList(java.util.List<MultiValuedAttributeEntity> attributes, com.atlassian.plugins.rest.common.Link link)
           
 
Method Summary
 MultiValuedAttributeEntity get(int index)
           
 com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<MultiValuedAttributeEntity> getCallback()
           
 com.atlassian.plugins.rest.common.Link getLink()
           
 boolean isEmpty()
           
 java.util.Iterator<MultiValuedAttributeEntity> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValuedAttributeEntityList

public MultiValuedAttributeEntityList(java.util.List<MultiValuedAttributeEntity> attributes,
                                      com.atlassian.plugins.rest.common.Link link)
Method Detail

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.