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