Interface RemoteSpacePropertyService.RemoteSpacePropertyFinder
-
- All Superinterfaces:
RemoteManyFetcher<JsonSpaceProperty>
,RemoteSingleFetcher<JsonSpaceProperty>
,RemoteSpacePropertyService.RemoteManyFetcher<JsonSpaceProperty>
- All Known Implementing Classes:
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl
- Enclosing interface:
- RemoteSpacePropertyService
public static interface RemoteSpacePropertyService.RemoteSpacePropertyFinder extends RemoteSpacePropertyService.RemoteManyFetcher<JsonSpaceProperty>, RemoteSingleFetcher<JsonSpaceProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteSpacePropertyService.RemoteSpacePropertyFinder
withPropertyKey(String key)
RemoteSpacePropertyService.RemoteSpacePropertyFinder
withSpaceKey(String spaceKey)
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchManyCompletionStage
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSpacePropertyService.RemoteManyFetcher
fetchMany
-
-
-
-
Method Detail
-
withSpaceKey
RemoteSpacePropertyService.RemoteSpacePropertyFinder withSpaceKey(String spaceKey)
-
withPropertyKey
RemoteSpacePropertyService.RemoteSpacePropertyFinder withPropertyKey(String key)
-
-