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