Uses of Class
com.microsoft.azure.cosmosdb.internal.EnumerationDirection
-
Packages that use EnumerationDirection Package Description com.microsoft.azure.cosmosdb.internal -
-
Uses of EnumerationDirection in com.microsoft.azure.cosmosdb.internal
Methods in com.microsoft.azure.cosmosdb.internal that return EnumerationDirection Modifier and Type Method Description static EnumerationDirectionEnumerationDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumerationDirection[]EnumerationDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-