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.
|
withIdfetchManyfetchOne, fetchOneOrNullSingleFetcher<Version> withIdAndVersion(ContentId contentId, int versionNumber)
contentId - ContentIdversionNumber - Version to fetch, it starts from 1.Copyright © 2003–2017 Atlassian. All rights reserved.