Class OrderByOrder


  • public final class OrderByOrder
    extends com.azure.core.util.ExpandableStringEnum<OrderByOrder>
    Defines values for OrderByOrder.
    • Field Detail

      • ASCENDING

        public static final OrderByOrder ASCENDING
        Static value Ascending for OrderByOrder.
      • DESCENDING

        public static final OrderByOrder DESCENDING
        Static value Descending for OrderByOrder.
    • Constructor Detail

      • OrderByOrder

        public OrderByOrder()
    • Method Detail

      • fromString

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