public static interface RelationService.RelatableFinder<R extends Relatable>
| Modifier and Type | Method and Description |
|---|---|
int |
fetchCount()
Get total number of related entities
|
PageResponse<R> |
fetchMany(PageRequest pageRequest,
Expansion... expansions) |
PageResponse<R> fetchMany(PageRequest pageRequest, Expansion... expansions) throws ServiceException
pageRequest - the size of the page of results to returnexpansions - the properties to expand on all of the returned entitiesServiceExceptionint fetchCount()
Copyright © 2003–2021 Atlassian. All rights reserved.