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 AttributeEntitys.
Since:
v2.1
  • 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

      public AttributeEntity get(int index)
    • iterator

      public Iterator<AttributeEntity> iterator()
      Specified by:
      iterator in interface Iterable<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 interface com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<AttributeEntity>