Class TaskPageResponse
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.TaskPageResponse
TaskPageResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofTaskPageResponse.Constructs a validated instance ofTaskPageResponse. -
Method Summary
-
Field Details
-
results
-
start
-
limit
-
size
-
-
Constructor Details
-
TaskPageResponse
Constructs a validated instance ofTaskPageResponse.- Parameters:
spec- the specification to process
-
TaskPageResponse
Constructs a validated instance ofTaskPageResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TaskPageResponse(Consumer)instead.- Parameters:
results- resultsstart- startlimit- limitsize- size
-
TaskPageResponse
protected TaskPageResponse()
-
-
Method Details