Modifier and Type | Method and Description |
---|---|
JsonContentPropertyId |
JsonContentProperty.getId() |
Modifier and Type | Method and Description |
---|---|
static Reference<JsonContentProperty> |
JsonContentProperty.buildReference(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 |
RemoteContentPropertyService.RemoteContentPropertyFinder.withId(JsonContentPropertyId contentPropertyId) |
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher |
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withId(JsonContentPropertyId contentPropertyId) |
Copyright © 2003–2017 Atlassian. All rights reserved.