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