Class SpaceDescription
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceDescription
SpaceDescription
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSpaceDescription(String value, String representation, List<Object> embeddedContent) Constructs a validated instance ofSpaceDescription.Constructs a validated instance ofSpaceDescription. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanembeddedContent(List<Object> embeddedContent) booleaninthashCode()representation(String representation) toString()value()
-
Field Details
-
value
-
representation
-
embeddedContent
-
-
Constructor Details
-
SpaceDescription
Constructs a validated instance ofSpaceDescription.- Parameters:
spec- the specification to process
-
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
-
SpaceDescription
protected SpaceDescription()
-
-
Method Details