Interface SpacePropertyService.SpacePropertyFinder
-
- All Superinterfaces:
ManyFetcher<JsonSpaceProperty>
,SingleFetcher<JsonSpaceProperty>
- All Known Implementing Classes:
SpacePropertyFinderImpl
- Enclosing interface:
- SpacePropertyService
public static interface SpacePropertyService.SpacePropertyFinder extends ManyFetcher<JsonSpaceProperty>, SingleFetcher<JsonSpaceProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpacePropertyService.SpacePropertyFinder
withPropertyKey(String key)
SpacePropertyService.SpacePropertyFinder
withSpaceKey(String spaceKey)
-
Methods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany
-
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetch, fetchOne, fetchOneOrNull, fetchOrNull
-
-
-
-
Method Detail
-
withSpaceKey
SpacePropertyService.SpacePropertyFinder withSpaceKey(String spaceKey)
-
withPropertyKey
SpacePropertyService.SpacePropertyFinder withPropertyKey(String key)
-
-