Class CompositePathSortOrder

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CompositePathSortOrder>
com.azure.resourcemanager.cosmos.models.CompositePathSortOrder
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class CompositePathSortOrder extends com.azure.core.util.ExpandableStringEnum<CompositePathSortOrder>
Sort order for composite paths.
  • Field Details

    • ASCENDING

      public static final CompositePathSortOrder ASCENDING
      Static value ascending for CompositePathSortOrder.
    • DESCENDING

      public static final CompositePathSortOrder DESCENDING
      Static value descending for CompositePathSortOrder.
  • Constructor Details

    • CompositePathSortOrder

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

    • fromString

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

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