Uses of Enum Class
org.hansken.plugin.extraction.api.SearchSortOption.Direction
Packages that use SearchSortOption.Direction
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of SearchSortOption.Direction in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return SearchSortOption.DirectionModifier and TypeMethodDescriptionSearchSortOption.direction()Returns the value of thedirectionrecord component.static SearchSortOption.DirectionReturns the enum constant of this class with the specified name.static SearchSortOption.Direction[]SearchSortOption.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hansken.plugin.extraction.api with parameters of type SearchSortOption.DirectionModifier and TypeMethodDescriptionSearchSortOption.Builder.direction(SearchSortOption.Direction direction) Sets the sort direction.Constructors in org.hansken.plugin.extraction.api with parameters of type SearchSortOption.DirectionModifierConstructorDescriptionSearchSortOption(String field, SearchSortOption.Direction direction) Creates an instance of aSearchSortOptionrecord class.