Class Description
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Description
Description
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDescription(Consumer<Description> spec) Constructs a validated instance ofDescription.Description(Map<String, Object> plain, Map<String, Object> view, Expandable5Ee9Fc Expandable) Constructs a validated instance ofDescription. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanExpandable(Expandable5Ee9Fc Expandable) inthashCode()plain()toString()view()
-
Field Details
-
plain
-
view
-
Expandable
-
-
Constructor Details
-
Description
Constructs a validated instance ofDescription.- Parameters:
spec- the specification to process
-
Description
@Internal public Description(Map<String, Object> plain, Map<String, Object> view, Expandable5Ee9Fc Expandable) Constructs a validated instance ofDescription.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Description(Consumer)instead.- Parameters:
plain- plainview- viewExpandable- Expandable
-
Description
protected Description()
-
-
Method Details