Uses of Interface
com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
-
Packages that use ContentPropertyService.ParameterContentPropertyFinder Package Description com.atlassian.confluence.api.service.content -
-
Uses of ContentPropertyService.ParameterContentPropertyFinder in com.atlassian.confluence.api.service.content
Subinterfaces of ContentPropertyService.ParameterContentPropertyFinder in com.atlassian.confluence.api.service.content Modifier and Type Interface Description static interface
ContentPropertyService.ContentPropertyFinder
Methods in com.atlassian.confluence.api.service.content that return ContentPropertyService.ParameterContentPropertyFinder Modifier and Type Method Description ContentPropertyService.ParameterContentPropertyFinder
ContentPropertyService.ParameterContentPropertyFinder. withContentId(ContentId contentId)
ContentPropertyService.ParameterContentPropertyFinder
ContentPropertyService.ParameterContentPropertyFinder. withContentIds(List<ContentId> contentIds)
ContentPropertyService.ParameterContentPropertyFinder
ContentPropertyService.ParameterContentPropertyFinder. withKey(String key)
Deprecated.Since 5.9.ContentPropertyService.ParameterContentPropertyFinder
ContentPropertyService.ParameterContentPropertyFinder. withPropertyKey(String key)
ContentPropertyService.ParameterContentPropertyFinder
ContentPropertyService.ParameterContentPropertyFinder. withPropertyKeys(List<String> keys)
-