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