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.
|
Modifier and Type | Method and Description |
---|---|
JsonContentPropertyId |
JsonContentProperty.getId() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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. Use
deserialise(String) instead. |
Modifier and Type | Method and Description |
---|---|
ContentPropertyService.SingleContentPropertyFetcher |
ContentPropertyService.ContentPropertyFinder.withId(JsonContentPropertyId contentPropertyId) |
Modifier and Type | Method and Description |
---|---|
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher |
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withId(JsonContentPropertyId contentPropertyId) |
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher |
RemoteContentPropertyService.RemoteContentPropertyFinder.withId(JsonContentPropertyId contentPropertyId) |
Copyright © 2003–2020 Atlassian. All rights reserved.