Class Expandable
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Expandable
Expandable
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedExpandable(String body) Constructs a validated instance ofExpandable.Expandable(Consumer<Expandable> spec) Constructs a validated instance ofExpandable. -
Method Summary
-
Field Details
-
body
-
-
Constructor Details
-
Expandable
Constructs a validated instance ofExpandable.- Parameters:
spec- the specification to process
-
Expandable
Constructs a validated instance ofExpandable.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Expandable(Consumer)instead.- Parameters:
body- body
-
Expandable
protected Expandable()
-
-
Method Details