Uses of Class
fr.enedis.chutney.server.core.domain.tools.ImmutablePaginationRequestWrapperDto.Builder
Packages that use ImmutablePaginationRequestWrapperDto.Builder
-
Uses of ImmutablePaginationRequestWrapperDto.Builder in fr.enedis.chutney.server.core.domain.tools
Methods in fr.enedis.chutney.server.core.domain.tools that return ImmutablePaginationRequestWrapperDto.BuilderModifier and TypeMethodDescriptionstatic <W> ImmutablePaginationRequestWrapperDto.Builder<W> ImmutablePaginationRequestWrapperDto.builder()Creates a builder forImmutablePaginationRequestWrapperDto.ImmutablePaginationRequestWrapperDto.Builder.elementPerPage(Integer elementPerPage) Initializes the value for theelementPerPageattribute.ImmutablePaginationRequestWrapperDto.Builder.from(PaginationRequestWrapperDto<W> instance) Fill a builder with attribute values from the providedPaginationRequestWrapperDtoinstance.ImmutablePaginationRequestWrapperDto.Builder.pageNumber(Integer pageNumber) Initializes the value for thepageNumberattribute.ImmutablePaginationRequestWrapperDto.Builder.wrappedRequest(Optional<W> wrappedRequest) Initializes the value for thewrappedRequestattribute.