public static interface RemoteSpaceService.RemoteSpaceFinder extends RemoteSpaceService.RemoteSpaceSingleFetcher, RemoteManyFetcher<Space>
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) |
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
fetchManyCompletionStage
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)
fetchMany
in interface RemoteManyFetcher<Space>
Copyright © 2003–2019 Atlassian. All rights reserved.