Uses of Interface
com.chutneytesting.server.core.domain.tools.SortRequestParametersDto
-
Packages that use SortRequestParametersDto Package Description com.chutneytesting.server.core.domain.tools -
-
Uses of SortRequestParametersDto in com.chutneytesting.server.core.domain.tools
Classes in com.chutneytesting.server.core.domain.tools that implement SortRequestParametersDto Modifier and Type Class Description classImmutableSortRequestParametersDtoImmutable implementation ofSortRequestParametersDto.Methods in com.chutneytesting.server.core.domain.tools with parameters of type SortRequestParametersDto Modifier and Type Method Description static ImmutableSortRequestParametersDtoImmutableSortRequestParametersDto. copyOf(SortRequestParametersDto instance)Creates an immutable copy of aSortRequestParametersDtovalue.ImmutableSortRequestParametersDto.BuilderImmutableSortRequestParametersDto.Builder. from(SortRequestParametersDto instance)Fill a builder with attribute values from the providedSortRequestParametersDtoinstance.
-