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