Class SearchSortOrder

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchSortOrder>
com.azure.analytics.purview.datamap.models.SearchSortOrder
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class SearchSortOrder extends com.azure.core.util.ExpandableStringEnum<SearchSortOrder>
Search sort order.
  • Field Details

    • ASCEND

      public static final SearchSortOrder ASCEND
      Use ascending order for sorting.
    • DESCEND

      public static final SearchSortOrder DESCEND
      Use descending order for sorting.
  • Constructor Details

    • SearchSortOrder

      @Deprecated public SearchSortOrder()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of SearchSortOrder value.
  • Method Details

    • fromString

      public static SearchSortOrder fromString(String name)
      Creates or finds a SearchSortOrder from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SearchSortOrder.
    • values

      public static Collection<SearchSortOrder> values()
      Gets known SearchSortOrder values.
      Returns:
      known SearchSortOrder values.