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