Interface RemoteContentPropertyService.RemoteContentPropertyFinder
- All Superinterfaces:
RemoteContentPropertyService.RemoteContentPropertyFetcher
,RemoteContentPropertyService.RemoteParameterContentPropertyFinder
,RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
,RemoteManyFetcher<JsonContentProperty>
,RemoteSingleFetcher<JsonContentProperty>
- All Known Implementing Classes:
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
- Enclosing interface:
RemoteContentPropertyService
public static interface RemoteContentPropertyService.RemoteContentPropertyFinder
extends RemoteContentPropertyService.RemoteParameterContentPropertyFinder
-
Method Summary
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteContentPropertyFetcher
fetchManyCompletionStage
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteParameterContentPropertyFinder
withContentId, withContentIds, withKey, withPropertyKey, withPropertyKeys
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withId
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher withId(JsonContentPropertyId contentPropertyId)
-