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