Class JsonContentPropertyId
java.lang.Object
com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
Identifies a
JsonContentProperty
instance.- Since:
- 5.6
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlong
asLong()
static JsonContentPropertyId
deserialise
(String id) boolean
int
hashCode()
boolean
isSet()
static JsonContentPropertyId
of
(long id) toString()
static JsonContentPropertyId
Deprecated.since 5.6 Don't use.
-
Field Details
-
UNSET
-
-
Method Details
-
deserialise
- Throws:
BadRequestException
-
of
-
serialise
-
asLong
public long asLong() -
isSet
public boolean isSet() -
hashCode
public int hashCode() -
equals
-
toString
-
valueOf
Deprecated.since 5.6 Don't use. Usedeserialise(String)
instead.Just for Jersey QueryParam automatic conversion.Client code should use the deserialize factory method.
- Throws:
BadRequestException
-