public abstract static class AbstractPagedSummary.AbstractPagedBuilder<B extends AbstractPagedSummary.AbstractPagedBuilder<B,S>,S extends AbstractPagedSummary> extends AbstractSummary.AbstractBuilder<B,S>
NOT_BLANK
Modifier | Constructor and Description |
---|---|
protected |
AbstractPagedBuilder(AbstractSummary summary)
Creates and initializes a new builder using details from the provided
summary . |
protected |
AbstractPagedBuilder(CommandResult result)
Creates a new builder with the provided
result . |
Modifier and Type | Method and Description |
---|---|
B |
lastPage(boolean value) |
B |
pageRequest(PageRequest value) |
B |
size(int value) |
build, self
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
protected AbstractPagedBuilder(@Nonnull AbstractSummary summary)
summary
. If
the provided summary is paged
, those details will also be copied over.summary
- the summary to initialize this builder fromprotected AbstractPagedBuilder(@Nonnull CommandResult result)
result
.result
- the operation result for the summaryCopyright © 2022 Atlassian. All rights reserved.