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