Uses of Interface
com.chutneytesting.server.core.domain.tools.PaginationRequestWrapperDto
Packages that use PaginationRequestWrapperDto
-
Uses of PaginationRequestWrapperDto in com.chutneytesting.server.core.domain.tools
Classes in com.chutneytesting.server.core.domain.tools that implement PaginationRequestWrapperDtoModifier and TypeClassDescriptionfinal classImmutable implementation ofPaginationRequestWrapperDto.Methods in com.chutneytesting.server.core.domain.tools with parameters of type PaginationRequestWrapperDtoModifier and TypeMethodDescriptionstatic <W> ImmutablePaginationRequestWrapperDto<W>ImmutablePaginationRequestWrapperDto.copyOf(PaginationRequestWrapperDto<W> instance) Creates an immutable copy of aPaginationRequestWrapperDtovalue.ImmutablePaginationRequestWrapperDto.Builder.from(PaginationRequestWrapperDto<W> instance) Fill a builder with attribute values from the providedPaginationRequestWrapperDtoinstance.