public abstract static class InternalModel.EntityCollection<T> extends Object implements Entity
| Modifier | Constructor and Description |
|---|---|
protected |
InternalModel.EntityCollection() |
protected |
InternalModel.EntityCollection(Links links,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The total number of entities in the collection, which may be more than the subset in this representation.
|
abstract Iterable<T> |
getItems()
A list of entities, either the full result set or a subset (page) of a larger set.
|
Links |
getLinks()
The top-level links for the resource.
|
URI |
getSelfUri()
The "self" link for the resource.
|
protected InternalModel.EntityCollection()
protected InternalModel.EntityCollection(Links links, int count)
public Links getLinks()
public URI getSelfUri()
EntitygetSelfUri in interface Entitypublic int getCount()
Copyright © 2016 Atlassian. All rights reserved.