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