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