public class SpaceServiceImpl.SpaceFinderImpl extends AbstractFinder<Space> implements SpaceService.SpaceFinder
expansions| Modifier and Type | Method and Description |
|---|---|
PageResponse<Space> |
fetchMany(PageRequest request) |
com.atlassian.fugue.Option<Space> |
fetchOne() |
SpaceService.SpaceFinder |
withKeys(String... keys) |
SpaceService.SpaceFinder |
withLabels(Label... labels) |
SpaceService.SpaceFinder |
withStatus(SpaceStatus status) |
SpaceService.SpaceFinder |
withType(SpaceType type) |
fetchOneOrNull, getExpansionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetchOneOrNullpublic SpaceService.SpaceFinder withKeys(String... keys)
withKeys in interface SpaceService.SpaceFinderpublic SpaceService.SpaceFinder withType(SpaceType type)
withType in interface SpaceService.SpaceFinderpublic SpaceService.SpaceFinder withStatus(SpaceStatus status)
withStatus in interface SpaceService.SpaceFinderpublic SpaceService.SpaceFinder withLabels(Label... labels)
withLabels in interface SpaceService.SpaceFinderpublic PageResponse<Space> fetchMany(PageRequest request)
fetchMany in interface ManyFetcher<Space>request - - a pageRequest to use to paginate the response, this will be limited if it exceeds system limitspublic com.atlassian.fugue.Option<Space> fetchOne()
fetchOne in interface SingleFetcher<Space>Copyright © 2003–2016 Atlassian. All rights reserved.