Uses of Enum Class
net.optionfactory.keycloak.providers.filtering.ConfiguredSorter.Direction
Packages that use ConfiguredSorter.Direction
-
Uses of ConfiguredSorter.Direction in net.optionfactory.keycloak.providers.filtering
Methods in net.optionfactory.keycloak.providers.filtering that return ConfiguredSorter.DirectionModifier and TypeMethodDescriptionConfiguredSorter.dir()Returns the value of thedirrecord component.static ConfiguredSorter.DirectionReturns the enum constant of this class with the specified name.static ConfiguredSorter.Direction[]ConfiguredSorter.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.optionfactory.keycloak.providers.filtering with parameters of type ConfiguredSorter.DirectionModifierConstructorDescriptionConfiguredSorter(String alias, ConfiguredSorter.Direction dir) Creates an instance of aConfiguredSorterrecord class.