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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ReportConfigSortingTypeStatic value Ascending for ReportConfigSortingType.static final ReportConfigSortingTypeStatic value Descending for ReportConfigSortingType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReportConfigSortingTypefromString(String name) Creates or finds a ReportConfigSortingType from its string representation.static Collection<ReportConfigSortingType>values()Gets known ReportConfigSortingType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ASCENDING
Static value Ascending for ReportConfigSortingType. -
DESCENDING
Static value Descending for ReportConfigSortingType.
-
-
Constructor Details
-
ReportConfigSortingType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ReportConfigSortingType value.
-
-
Method Details
-
fromString
Creates or finds a ReportConfigSortingType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ReportConfigSortingType.
-
values
Gets known ReportConfigSortingType values.- Returns:
- known ReportConfigSortingType values.
-
fromString(String)factory method.