Class ContentArray
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentArray
ContentArray
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContentArray(Consumer<ContentArray> spec) Constructs a validated instance ofContentArray.ContentArray(List<Content> results, Integer start, Integer limit, Integer size, Map<String, Object> Links) Constructs a validated instance ofContentArray. -
Method Summary
-
Field Details
-
results
-
start
-
limit
-
size
-
Links
-
-
Constructor Details
-
ContentArray
Constructs a validated instance ofContentArray.- Parameters:
spec- the specification to process
-
ContentArray
@Internal public ContentArray(List<Content> results, Integer start, Integer limit, Integer size, Map<String, Object> Links) Constructs a validated instance ofContentArray.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentArray(Consumer)instead.- Parameters:
results- resultsstart- startlimit- limitsize- sizeLinks- Links
-
ContentArray
protected ContentArray()
-
-
Method Details