Uses of Interface
com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteParameterContentPropertyFinder
Packages that use RemoteContentPropertyService.RemoteParameterContentPropertyFinder
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of RemoteContentPropertyService.RemoteParameterContentPropertyFinder in com.atlassian.confluence.rest.client
Subinterfaces of RemoteContentPropertyService.RemoteParameterContentPropertyFinder in com.atlassian.confluence.rest.clientModifier and TypeInterfaceDescriptionstatic interface
Classes in com.atlassian.confluence.rest.client that implement RemoteContentPropertyService.RemoteParameterContentPropertyFinderModifier and TypeClassDescriptionclass
Methods in com.atlassian.confluence.rest.client that return RemoteContentPropertyService.RemoteParameterContentPropertyFinderModifier and TypeMethodDescriptionRemoteContentPropertyService.RemoteParameterContentPropertyFinder.withContentId
(ContentId contentId) RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withContentId
(ContentId contentId) RemoteContentPropertyService.RemoteParameterContentPropertyFinder.withContentIds
(List<ContentId> contentIds) RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withContentIds
(List<ContentId> contentIds) Deprecated.Since 9.0.0.RemoteContentPropertyService.RemoteParameterContentPropertyFinder.withPropertyKey
(String key) RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withPropertyKey
(String key) RemoteContentPropertyService.RemoteParameterContentPropertyFinder.withPropertyKeys
(List<String> keys) RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withPropertyKeys
(List<String> keys)