Interface ContentPropertyService.ContentPropertyFinder
- 
- All Superinterfaces:
 ContentPropertyService.ContentPropertyFetcher,ContentPropertyService.ParameterContentPropertyFinder,ContentPropertyService.SingleContentPropertyFetcher,ManyFetcher<JsonContentProperty>,SingleFetcher<JsonContentProperty>
- Enclosing interface:
 - ContentPropertyService
 
public static interface ContentPropertyService.ContentPropertyFinder extends ContentPropertyService.ParameterContentPropertyFinder
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentPropertyService.SingleContentPropertyFetcherwithId(JsonContentPropertyId contentPropertyId)- 
Methods inherited from interface com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
fetchPropertyKeys, withContentId, withContentIds, withKey, withPropertyKey, withPropertyKeys 
- 
Methods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany 
- 
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetch, fetchOne, fetchOneOrNull, fetchOrNull 
 - 
 
 - 
 
- 
- 
Method Detail
- 
withId
ContentPropertyService.SingleContentPropertyFetcher withId(JsonContentPropertyId contentPropertyId)
 
 - 
 
 -