Class IndexKind
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<IndexKind>
-
- com.microsoft.azure.management.cosmosdb.IndexKind
-
public final class IndexKind extends com.microsoft.rest.ExpandableStringEnum<IndexKind>
Defines values for IndexKind.
-
-
Constructor Summary
Constructors Constructor Description IndexKind()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IndexKindfromString(String name)Creates or finds a IndexKind from its string representation.static Collection<IndexKind>values()
-
-
-
Method Detail
-
fromString
public static IndexKind fromString(String name)
Creates or finds a IndexKind from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding IndexKind
-
values
public static Collection<IndexKind> values()
- Returns:
- known IndexKind values
-
-