Uses of Class
fr.enedis.chutney.server.core.domain.tools.ImmutablePaginationRequestWrapperDto
Packages that use ImmutablePaginationRequestWrapperDto
-
Uses of ImmutablePaginationRequestWrapperDto in fr.enedis.chutney.server.core.domain.tools
Methods in fr.enedis.chutney.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.