Interface ContentPropertyService.ContentPropertyFetcher
- 
- All Superinterfaces:
 ContentPropertyService.SingleContentPropertyFetcher,ManyFetcher<JsonContentProperty>,SingleFetcher<JsonContentProperty>
- All Known Subinterfaces:
 ContentPropertyService.ContentPropertyFinder,ContentPropertyService.ParameterContentPropertyFinder
- Enclosing interface:
 - ContentPropertyService
 
public static interface ContentPropertyService.ContentPropertyFetcher extends ContentPropertyService.SingleContentPropertyFetcher, ManyFetcher<JsonContentProperty>
 
- 
- 
Method Summary
- 
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 
 - 
 
 -