ImmutablePaginationRequestWrapperDto<W> |
ImmutablePaginationRequestWrapperDto.Builder.build() |
|
static <W> ImmutablePaginationRequestWrapperDto<W> |
ImmutablePaginationRequestWrapperDto.copyOf(PaginationRequestWrapperDto<W> instance) |
|
ImmutablePaginationRequestWrapperDto<W> |
ImmutablePaginationRequestWrapperDto.withElementPerPage(Integer value) |
Copy the current immutable object by setting a value for the elementPerPage attribute.
|
ImmutablePaginationRequestWrapperDto<W> |
ImmutablePaginationRequestWrapperDto.withPageNumber(Integer value) |
Copy the current immutable object by setting a value for the pageNumber attribute.
|
ImmutablePaginationRequestWrapperDto<W> |
ImmutablePaginationRequestWrapperDto.withWrappedRequest(Optional<W> value) |
Copy the current immutable object by setting a value for the wrappedRequest attribute.
|