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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
withId(JsonContentPropertyId contentPropertyId)
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteContentPropertyFetcher
fetchMany
-
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.RemoteManyFetcher
fetchManyCompletionStage
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
withId
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher withId(JsonContentPropertyId contentPropertyId)
-
-