Class SpaceDescription
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceDescription
SpaceDescription
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.SpaceDescription(String value, String representation, List<Object> embeddedContent) Constructs a validated instance ofSpaceDescription.Constructs a validated instance ofSpaceDescription. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for embeddedContent.embeddedContent(List<Object> embeddedContent) Fluent setter for embeddedContent.booleanGets the value of embeddedContent.Gets the value of representation.getValue()Gets the value of value.inthashCode()Fluent getter for representation.representation(String representation) Fluent setter for representation.voidsetEmbeddedContent(List<Object> embeddedContent) Sets the value of embeddedContent.voidsetRepresentation(String representation) Sets the value of representation.voidSets the value of value.toString()value()Fluent getter for value.Fluent setter for value.
-
Field Details
-
value
-
representation
-
embeddedContent
-
-
Constructor Details
-
SpaceDescription
Constructs a validated instance ofSpaceDescription.- Parameters:
spec- the specification to process
-
SpaceDescription
@Internal protected SpaceDescription()Protected no-args constructor for use by serialization frameworks. -
SpaceDescription
@Internal public SpaceDescription(String value, String representation, List<Object> embeddedContent) Constructs a validated instance ofSpaceDescription.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceDescription(Consumer)instead.- Parameters:
value- valuerepresentation- representationembeddedContent- embeddedContent
-
-
Method Details
-
value
-
value
Fluent setter for value.- Parameters:
value- value- Returns:
- this
-
getValue
-
setValue
-
representation
-
representation
Fluent setter for representation.- Parameters:
representation- representation- Returns:
- this
-
getRepresentation
-
setRepresentation
Sets the value of representation.- Parameters:
representation- representation
-
embeddedContent
-
embeddedContent
Fluent setter for embeddedContent.- Parameters:
embeddedContent- embeddedContent- Returns:
- this
-
getEmbeddedContent
-
setEmbeddedContent
-
equals
-
hashCode
-
toString
-