Uses of Enum Class
dev.dsf.fhir.search.SearchQuerySortParameterConfiguration.SortDirection
Packages that use SearchQuerySortParameterConfiguration.SortDirection
-
Uses of SearchQuerySortParameterConfiguration.SortDirection in dev.dsf.fhir.search
Methods in dev.dsf.fhir.search that return SearchQuerySortParameterConfiguration.SortDirectionModifier and TypeMethodDescriptionSearchQuerySortParameterConfiguration.SortDirection.fromString(String sortParameter) SearchQuerySortParameterConfiguration.getDirection()Returns the enum constant of this class with the specified name.SearchQuerySortParameterConfiguration.SortDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.dsf.fhir.search with parameters of type SearchQuerySortParameterConfiguration.SortDirectionModifierConstructorDescriptionSearchQuerySortParameterConfiguration(String sql, String parameterName, SearchQuerySortParameterConfiguration.SortDirection direction)