public class AttributeEntityList extends Object implements com.atlassian.plugins.rest.common.expand.entity.ListWrapper<AttributeEntity>, Iterable<AttributeEntity>
Constructor and Description |
---|
AttributeEntityList(List<AttributeEntity> attributes,
com.atlassian.plugins.rest.common.Link link) |
Modifier and Type | Method and Description |
---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public AttributeEntityList(List<AttributeEntity> attributes, com.atlassian.plugins.rest.common.Link link)
public int size()
public boolean isEmpty()
public AttributeEntity get(int index)
public Iterator<AttributeEntity> iterator()
iterator
in interface Iterable<AttributeEntity>
public com.atlassian.plugins.rest.common.Link getLink()
public com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AttributeEntity> getCallback()
getCallback
in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapper<AttributeEntity>
Copyright © 2021 Atlassian. All rights reserved.