Class AncestorsItem
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.AncestorsItem
AncestorsItem
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.AncestorsItem(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
@Internal protected AncestorsItem()Protected no-args constructor for use by serialization frameworks. -
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.
-
-
Method Details
-
id
-
id
Fluent setter for id.The content ID of the ancestor.
- Parameters:
id- id- Returns:
- this
-
getId
-
setId
Sets the value of id.The content ID of the ancestor.
- Parameters:
id- id
-
equals
-
hashCode
-
toString
-