public class NoopSpaceFinder extends NoopFetcher<Space> implements SpaceService.SpaceFinder
Constructor and Description |
---|
NoopSpaceFinder() |
Modifier and Type | Method and Description |
---|---|
SpaceService.SpaceFinder |
withIsFavourited(boolean isFavourited) |
SpaceService.SpaceFinder |
withKeys(String... spaceKeys) |
SpaceService.SpaceFinder |
withLabels(Label... labels) |
SpaceService.SpaceFinder |
withStatus(SpaceStatus status) |
SpaceService.SpaceFinder |
withType(SpaceType type) |
fetchMany, fetchOne, fetchOneOrNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetch, fetchOne, fetchOneOrNull, fetchOrNull
fetchMany
public SpaceService.SpaceFinder withKeys(String... spaceKeys)
withKeys
in interface SpaceService.SpaceFinder
public SpaceService.SpaceFinder withType(SpaceType type)
withType
in interface SpaceService.SpaceFinder
public SpaceService.SpaceFinder withStatus(SpaceStatus status)
withStatus
in interface SpaceService.SpaceFinder
public SpaceService.SpaceFinder withLabels(Label... labels)
withLabels
in interface SpaceService.SpaceFinder
public SpaceService.SpaceFinder withIsFavourited(boolean isFavourited)
withIsFavourited
in interface SpaceService.SpaceFinder
Copyright © 2003–2019 Atlassian. All rights reserved.