Class ReportConfigSortingType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReportConfigSortingType>
com.azure.resourcemanager.costmanagement.models.ReportConfigSortingType

public final class ReportConfigSortingType extends com.azure.core.util.ExpandableStringEnum<ReportConfigSortingType>
Direction of sort.
  • Field Details

    • ASCENDING

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

      public static final ReportConfigSortingType DESCENDING
      Static value Descending for ReportConfigSortingType.
  • Constructor Details

    • ReportConfigSortingType

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

    • fromString

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

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