public static interface SpaceService.SpaceFinder extends SpaceService.SingleSpaceFetcher, ManyFetcher<Space>
| Modifier and Type | Method and Description |
|---|---|
SpaceService.SpaceFinder |
withIsFavouritedByUser(com.atlassian.sal.api.user.UserKey userKey,
boolean isFavourited) |
SpaceService.SpaceFinder |
withKeys(String... spaceKeys) |
SpaceService.SpaceFinder |
withLabels(Label... labels) |
SpaceService.SpaceFinder |
withStatus(SpaceStatus status) |
SpaceService.SpaceFinder |
withType(SpaceType type) |
fetchOne, fetchOneOrNullfetchManySpaceService.SpaceFinder withKeys(String... spaceKeys)
SpaceService.SpaceFinder withType(SpaceType type)
SpaceService.SpaceFinder withStatus(SpaceStatus status)
SpaceService.SpaceFinder withLabels(Label... labels)
SpaceService.SpaceFinder withIsFavouritedByUser(com.atlassian.sal.api.user.UserKey userKey, boolean isFavourited)
Copyright © 2003–2016 Atlassian. All rights reserved.