Interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder
- All Superinterfaces:
RemoteContentPropertyService.RemoteContentPropertyFetcher
,RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
,RemoteManyFetcher<JsonContentProperty>
,RemoteSingleFetcher<JsonContentProperty>
- All Known Subinterfaces:
RemoteContentPropertyService.RemoteContentPropertyFinder
- All Known Implementing Classes:
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
- Enclosing interface:
- RemoteContentPropertyService
public static interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder
extends RemoteContentPropertyService.RemoteContentPropertyFetcher
-
Method Summary
Modifier and TypeMethodDescriptionwithContentId
(ContentId contentId) withContentIds
(List<ContentId> contentIds) Deprecated.Since 9.0.0.withPropertyKey
(String key) withPropertyKeys
(List<String> keys) Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteContentPropertyFetcher
fetchManyCompletionStage
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withContentId
RemoteContentPropertyService.RemoteParameterContentPropertyFinder withContentId(ContentId contentId) -
withContentIds
RemoteContentPropertyService.RemoteParameterContentPropertyFinder withContentIds(List<ContentId> contentIds) -
withPropertyKeys
RemoteContentPropertyService.RemoteParameterContentPropertyFinder withPropertyKeys(List<String> keys) -
withKey
Deprecated.Since 9.0.0. UsewithPropertyKey(String)
; -
withPropertyKey
-