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 JsonContentPropertyId
JsonContentProperty. 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.ContentPropertyBuilder
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 JsonContentPropertyId Modifier and Type Method Description static JsonContentPropertyId
JsonContentPropertyId. deserialise(String id)
static JsonContentPropertyId
JsonContentPropertyId. of(long id)
static JsonContentPropertyId
JsonContentPropertyId. 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.SingleContentPropertyFetcher
ContentPropertyService.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.RemoteSingleContentPropertyFetcher
RemoteContentPropertyService.RemoteContentPropertyFinder. withId(JsonContentPropertyId contentPropertyId)
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. withId(JsonContentPropertyId contentPropertyId)
-