public static interface RemoteSpaceService.RemoteSpaceFinder extends RemoteSpaceService.RemoteSpaceSingleFetcher
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
fetchMany(PageRequest request) |
RemoteSpaceService.RemoteSpaceFinder |
withIsFavourited(boolean isFavourited) |
RemoteSpaceService.RemoteSpaceFinder |
withKeys(String... keys) |
RemoteSpaceService.RemoteSpaceFinder |
withLabels(Label... labels) |
RemoteSpaceService.RemoteSpaceFinder |
withStatus(SpaceStatus status) |
RemoteSpaceService.RemoteSpaceFinder |
withType(SpaceType type) |
fetchOne, fetchOneOrNull
RemoteSpaceService.RemoteSpaceFinder withKeys(String... keys)
RemoteSpaceService.RemoteSpaceFinder withType(SpaceType type)
RemoteSpaceService.RemoteSpaceFinder withStatus(SpaceStatus status)
RemoteSpaceService.RemoteSpaceFinder withLabels(Label... labels)
RemoteSpaceService.RemoteSpaceFinder withIsFavourited(boolean isFavourited)
com.atlassian.util.concurrent.Promise<PageResponse<Space>> fetchMany(PageRequest request)
Copyright © 2003–2018 Atlassian. All rights reserved.