Class PagesItem
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.PagesItem
PagesItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The `id` of the page to be archived.
-
-
Constructor Details
-
PagesItem
Constructs a validated instance ofPagesItem.- Parameters:
spec- the specification to process
-
PagesItem
Constructs a validated instance ofPagesItem.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PagesItem(Consumer)instead.- Parameters:
id- The `id` of the page to be archived.
-
PagesItem
protected PagesItem()
-
-
Method Details