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) |
fetchOneOrNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetchOneOrNullpublic SpaceService.SpaceFinder withKeys(String... keys)
withKeys in interface SpaceService.SpaceFinderpublic PageResponse<Space> fetchMany(PageRequest request)
fetchMany in interface SpaceService.SpaceFinderpublic com.atlassian.fugue.Option<Space> fetchOne()
fetchOne in interface SingleFetcher<Space>Copyright © 2003–2016 Atlassian. All rights reserved.