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