Interface RemoteContentVersionService.RemoteParameterVersionFinder
-
- All Superinterfaces:
RemoteManyFetcher<Version>
- All Known Subinterfaces:
RemoteContentVersionService.RemoteVersionFinder
- All Known Implementing Classes:
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
- Enclosing interface:
- RemoteContentVersionService
public static interface RemoteContentVersionService.RemoteParameterVersionFinder extends RemoteManyFetcher<Version>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteContentVersionService.RemoteParameterVersionFinder
withId(ContentId contentId)
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchMany, fetchManyCompletionStage
-
-
-
-
Method Detail
-
withId
RemoteContentVersionService.RemoteParameterVersionFinder withId(ContentId contentId)
-
-