Uses of Class
org.bremersee.comparator.model.ImmutableSortOrdersTextProperties
Packages that use ImmutableSortOrdersTextProperties
Package
Description
This package contains the model of the comparator.
-
Uses of ImmutableSortOrdersTextProperties in org.bremersee.comparator.model
Methods in org.bremersee.comparator.model that return ImmutableSortOrdersTextPropertiesModifier and TypeMethodDescriptionImmutableSortOrdersTextProperties.Builder.build()Builds a newImmutableSortOrdersTextProperties.ImmutableSortOrdersTextProperties.copyOf(SortOrdersTextProperties instance) Creates an immutable copy of aSortOrdersTextPropertiesvalue.ImmutableSortOrdersTextProperties.withAscValue(String value) Copy the current immutable object by setting a value for theascValueattribute.ImmutableSortOrdersTextProperties.withCaseInsensitiveValue(String value) Copy the current immutable object by setting a value for thecaseInsensitiveValueattribute.ImmutableSortOrdersTextProperties.withCaseSensitiveValue(String value) Copy the current immutable object by setting a value for thecaseSensitiveValueattribute.ImmutableSortOrdersTextProperties.withDescValue(String value) Copy the current immutable object by setting a value for thedescValueattribute.ImmutableSortOrdersTextProperties.withNullIsFirstValue(String value) Copy the current immutable object by setting a value for thenullIsFirstValueattribute.ImmutableSortOrdersTextProperties.withNullIsLastValue(String value) Copy the current immutable object by setting a value for thenullIsLastValueattribute.ImmutableSortOrdersTextProperties.withSortOrderArgsSeparator(String value) Copy the current immutable object by setting a value for thesortOrderArgsSeparatorattribute.ImmutableSortOrdersTextProperties.withSortOrderSeparator(String value) Copy the current immutable object by setting a value for thesortOrderSeparatorattribute.