public static interface ContentVersionService.VersionFinder extends ContentVersionService.ParameterVersionFinder, SingleFetcher<Version>
Modifier and Type | Method and Description |
---|---|
SingleFetcher<Version> |
withIdAndVersion(ContentId contentId,
int versionNumber)
When Version is set, search will find the particular version and return a single version.
|
withId
fetchMany
fetchOne, fetchOneOrNull
SingleFetcher<Version> withIdAndVersion(ContentId contentId, int versionNumber)
contentId
- ContentIdversionNumber
- Version to fetch, it starts from 1.Copyright © 2003–2018 Atlassian. All rights reserved.