Uses of Class
com.chutneytesting.server.core.domain.tools.ImmutablePaginationRequestWrapperDto
Packages that use ImmutablePaginationRequestWrapperDto
-
Uses of ImmutablePaginationRequestWrapperDto in com.chutneytesting.server.core.domain.tools
Methods in com.chutneytesting.server.core.domain.tools that return ImmutablePaginationRequestWrapperDtoModifier and TypeMethodDescriptionImmutablePaginationRequestWrapperDto.Builder.build()Builds a newImmutablePaginationRequestWrapperDto.static <W> ImmutablePaginationRequestWrapperDto<W>ImmutablePaginationRequestWrapperDto.copyOf(PaginationRequestWrapperDto<W> instance) Creates an immutable copy of aPaginationRequestWrapperDtovalue.ImmutablePaginationRequestWrapperDto.withElementPerPage(Integer value) Copy the current immutable object by setting a value for theelementPerPageattribute.ImmutablePaginationRequestWrapperDto.withPageNumber(Integer value) Copy the current immutable object by setting a value for thepageNumberattribute.ImmutablePaginationRequestWrapperDto.withWrappedRequest(Optional<W> value) Copy the current immutable object by setting a value for thewrappedRequestattribute.