Class ContentMetadata
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentMetadata
ContentMetadata
Metadata object for page, blogpost, comment content
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContentMetadata(Currentuser currentuser, Map<String, Object> properties, Map<String, Object> frontend, Labels labels) Constructs a validated instance ofContentMetadata.Constructs a validated instance ofContentMetadata. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancurrentuser(Currentuser currentuser) booleanfrontend()inthashCode()labels()properties(Map<String, Object> properties) toString()
-
Field Details
-
currentuser
-
properties
-
frontend
-
labels
-
-
Constructor Details
-
ContentMetadata
Constructs a validated instance ofContentMetadata.- Parameters:
spec- the specification to process
-
ContentMetadata
@Internal public ContentMetadata(Currentuser currentuser, Map<String, Object> properties, Map<String, Object> frontend, Labels labels) Constructs a validated instance ofContentMetadata.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentMetadata(Consumer)instead.- Parameters:
currentuser- currentuserproperties- propertiesfrontend- frontendlabels- labels
-
ContentMetadata
protected ContentMetadata()
-
-
Method Details