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