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