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

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<AttributeEntity>, Iterable<AttributeEntity>

public class AttributeEntityList
extends Object
implements com.atlassian.plugins.rest.common.expand.entity.ListWrapper<AttributeEntity>, Iterable<AttributeEntity>

Contains a list of AttributeEntitys.

Since:
v2.1

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

Constructor Detail

AttributeEntityList

public AttributeEntityList(List<AttributeEntity> attributes,
                           com.atlassian.plugins.rest.common.Link link)
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

get

public AttributeEntity get(int index)

iterator

public Iterator<AttributeEntity> iterator()
Specified by:
iterator in interface Iterable<AttributeEntity>

getLink

public com.atlassian.plugins.rest.common.Link getLink()

getCallback

public com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AttributeEntity> getCallback()
Specified by:
getCallback in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapper<AttributeEntity>


Copyright © 2012 Atlassian. All Rights Reserved.