Uses of Class
com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
-
Packages that use JsonContentPropertyId Package Description com.atlassian.confluence.api.model.content com.atlassian.confluence.api.model.content.id com.atlassian.confluence.api.service.content com.atlassian.confluence.rest.client 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 JsonContentPropertyId Modifier and Type Method Description JsonContentPropertyIdJsonContentProperty. getId()Methods in com.atlassian.confluence.api.model.content with parameters of type JsonContentPropertyId Modifier and Type Method Description static 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.ContentPropertyBuilderJsonContentProperty.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 JsonContentPropertyId Modifier and Type Method Description static JsonContentPropertyIdJsonContentPropertyId. deserialise(String id)static JsonContentPropertyIdJsonContentPropertyId. of(long id)static JsonContentPropertyIdJsonContentPropertyId. valueOf(String id)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 JsonContentPropertyId Modifier and Type Method Description ContentPropertyService.SingleContentPropertyFetcherContentPropertyService.ContentPropertyFinder. withId(JsonContentPropertyId contentPropertyId) -
Uses of JsonContentPropertyId in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type JsonContentPropertyId Modifier and Type Method Description RemoteContentPropertyService.RemoteSingleContentPropertyFetcherRemoteContentPropertyService.RemoteContentPropertyFinder. withId(JsonContentPropertyId contentPropertyId)RemoteContentPropertyService.RemoteSingleContentPropertyFetcherRemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. withId(JsonContentPropertyId contentPropertyId)
-