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