Alphanumeric sort by Unicode code point. For example, "2" < "A" < "X" <
"b" < "z".
ALPHANUMERIC = 1;
ALPHANUMERIC_VALUE
Alphanumeric sort by Unicode code point. For example, "2" < "A" < "X" <
"b" < "z".
ALPHANUMERIC = 1;
CASE_INSENSITIVE_ALPHANUMERIC
Case insensitive alphanumeric sort by lower case Unicode code point.
For example, "2" < "A" < "b" < "X" < "z".
CASE_INSENSITIVE_ALPHANUMERIC = 2;
CASE_INSENSITIVE_ALPHANUMERIC_VALUE
Case insensitive alphanumeric sort by lower case Unicode code point.
For example, "2" < "A" < "b" < "X" < "z".
CASE_INSENSITIVE_ALPHANUMERIC = 2;
NUMERIC
Dimension values are converted to numbers before sorting. For example
in NUMERIC sort, "25" < "100", and in ALPHANUMERIC sort, "100" <
"25". Non-numeric dimension values all have equal ordering value below
all numeric values.
NUMERIC = 3;
NUMERIC_VALUE
Dimension values are converted to numbers before sorting. For example
in NUMERIC sort, "25" < "100", and in ALPHANUMERIC sort, "100" <
"25". Non-numeric dimension values all have equal ordering value below
all numeric values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides a comprehensive list of historical versions of the `AccessOrderBy.DimensionOrderBy.OrderType` for the Google Analytics Admin Java API, ranging from the latest version 0.70.0 down to 0.14.0."],["The `AccessOrderBy.DimensionOrderBy.OrderType` is a Java Enum that defines how string dimension values should be ordered, with the options such as `ALPHANUMERIC`, `CASE_INSENSITIVE_ALPHANUMERIC`, `NUMERIC`, and `ORDER_TYPE_UNSPECIFIED`."],["The page provides an overview of the `AccessOrderBy.DimensionOrderBy.OrderType` enum's inherited methods from the `Enum` and `Object` classes, along with its own methods, such as `getDescriptorForType()`, `getNumber()`, and `getValueDescriptor()`."],["The webpage also lists the static methods available for this class, such as `forNumber(int value)` and `valueOf(String name)`, allowing you to navigate and retrieve enum values."],["The page lists the static fields for this class, such as `ALPHANUMERIC`, `CASE_INSENSITIVE_ALPHANUMERIC`, and `NUMERIC`, and provides a clear explanation of each, as well as their corresponding values."]]],[]]