Uses of Class
com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
Packages that use JsonContentPropertyId
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of JsonContentPropertyId in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return JsonContentPropertyIdMethods in com.atlassian.confluence.api.model.content with parameters of type JsonContentPropertyIdModifier and TypeMethodDescriptionstatic Reference<JsonContentProperty>
JsonContentProperty.buildReference
(@Nullable JsonContentPropertyId id) Creates a collapsed reference to a JsonContentProperty with the given id, or an empty reference, if none was given.JsonContentProperty.ContentPropertyBuilder.id
(JsonContentPropertyId id) -
Uses of JsonContentPropertyId in com.atlassian.confluence.api.model.content.id
Methods in com.atlassian.confluence.api.model.content.id that return JsonContentPropertyIdModifier and TypeMethodDescriptionstatic JsonContentPropertyId
JsonContentPropertyId.deserialise
(String id) static JsonContentPropertyId
JsonContentPropertyId.of
(long id) static JsonContentPropertyId
Deprecated.since 5.6 Don't use. -
Uses of JsonContentPropertyId in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type JsonContentPropertyIdModifier and TypeMethodDescriptionContentPropertyService.ContentPropertyFinder.withId
(JsonContentPropertyId contentPropertyId) -
Uses of JsonContentPropertyId in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type JsonContentPropertyIdModifier and TypeMethodDescriptionRemoteContentPropertyService.RemoteContentPropertyFinder.withId
(JsonContentPropertyId contentPropertyId) RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withId
(JsonContentPropertyId contentPropertyId)