Uses of Class
fr.enedis.chutney.server.core.domain.tools.ImmutablePaginatedDto
Packages that use ImmutablePaginatedDto
-
Uses of ImmutablePaginatedDto in fr.enedis.chutney.server.core.domain.tools
Methods in fr.enedis.chutney.server.core.domain.tools that return ImmutablePaginatedDtoModifier and TypeMethodDescriptionImmutablePaginatedDto.Builder.build()Builds a newImmutablePaginatedDto.static <PAGINATED_OBJECT>
ImmutablePaginatedDto<PAGINATED_OBJECT> ImmutablePaginatedDto.copyOf(PaginatedDto<PAGINATED_OBJECT> instance) Creates an immutable copy of aPaginatedDtovalue.ImmutablePaginatedDto.withData(Iterable<? extends PAGINATED_OBJECT> elements) Copy the current immutable object with elements that replace the content ofdata.ImmutablePaginatedDto.withData(PAGINATED_OBJECT... elements) Copy the current immutable object with elements that replace the content ofdata.ImmutablePaginatedDto.withTotalCount(long value) Copy the current immutable object by setting a value for thetotalCountattribute.