ApiType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. ApiType
- com.
- com.
public final class ApiType
extends ExpandableStringEnum<ApiType>
Enum to indicate the API type of the restorable database account.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Api |
CASSANDRA
Static value Cassandra for Api |
static final
Api |
GREMLIN
Static value Gremlin for Api |
static final
Api |
GREMLIN_V2
Static value GremlinV2 for Api |
static final
Api |
MONGO_DB
Static value MongoDB for Api |
static final
Api |
SQL
Static value Sql for Api |
static final
Api |
TABLE
Static value Table for Api |
Constructor Summary
Constructor | Description |
---|---|
ApiType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Api |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Api |
fromString(String name)
Creates or finds a Api |
static
Collection<Api |
values()
Gets known Api |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CASSANDRA
public static final ApiType CASSANDRA
Static value Cassandra for ApiType.
GREMLIN
public static final ApiType GREMLIN
Static value Gremlin for ApiType.
GREMLIN_V2
public static final ApiType GREMLIN_V2
Static value GremlinV2 for ApiType.
MONGO_DB
public static final ApiType MONGO_DB
Static value MongoDB for ApiType.
SQL
public static final ApiType SQL
Static value Sql for ApiType.
TABLE
public static final ApiType TABLE
Static value Table for ApiType.
Constructor Details
ApiType
@Deprecated
public ApiType()
Deprecated
Creates a new instance of ApiType value.
Method Details
fromString
public static ApiType fromString(String name)
Creates or finds a ApiType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ApiType values.
Returns:
Applies to
Azure SDK for Java