Enum DataAssetSummary.ModelType
- java.lang.Object
-
- java.lang.Enum<DataAssetSummary.ModelType>
-
- com.oracle.bmc.dataintegration.model.DataAssetSummary.ModelType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DataAssetSummary.ModelType>
- Enclosing class:
- DataAssetSummary
public static enum DataAssetSummary.ModelType extends Enum<DataAssetSummary.ModelType> implements BmcEnum
The type of the data asset.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AmazonS3DataAsset
FusionAppDataAsset
GenericJdbcDataAsset
HdfsDataAsset
LakeDataAsset
MysqlDataAsset
MysqlHeatwaveDataAsset
OracleAdwcDataAsset
OracleAtpDataAsset
OracleDataAsset
OracleEbsDataAsset
OracleObjectStorageDataAsset
OraclePeoplesoftDataAsset
OracleSiebelDataAsset
RestDataAsset
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataAssetSummary.ModelType
create(String key)
String
getValue()
static DataAssetSummary.ModelType
valueOf(String name)
Returns the enum constant of this type with the specified name.static DataAssetSummary.ModelType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OracleDataAsset
public static final DataAssetSummary.ModelType OracleDataAsset
-
OracleObjectStorageDataAsset
public static final DataAssetSummary.ModelType OracleObjectStorageDataAsset
-
OracleAtpDataAsset
public static final DataAssetSummary.ModelType OracleAtpDataAsset
-
OracleAdwcDataAsset
public static final DataAssetSummary.ModelType OracleAdwcDataAsset
-
MysqlDataAsset
public static final DataAssetSummary.ModelType MysqlDataAsset
-
GenericJdbcDataAsset
public static final DataAssetSummary.ModelType GenericJdbcDataAsset
-
FusionAppDataAsset
public static final DataAssetSummary.ModelType FusionAppDataAsset
-
AmazonS3DataAsset
public static final DataAssetSummary.ModelType AmazonS3DataAsset
-
LakeDataAsset
public static final DataAssetSummary.ModelType LakeDataAsset
-
OraclePeoplesoftDataAsset
public static final DataAssetSummary.ModelType OraclePeoplesoftDataAsset
-
OracleSiebelDataAsset
public static final DataAssetSummary.ModelType OracleSiebelDataAsset
-
OracleEbsDataAsset
public static final DataAssetSummary.ModelType OracleEbsDataAsset
-
HdfsDataAsset
public static final DataAssetSummary.ModelType HdfsDataAsset
-
MysqlHeatwaveDataAsset
public static final DataAssetSummary.ModelType MysqlHeatwaveDataAsset
-
RestDataAsset
public static final DataAssetSummary.ModelType RestDataAsset
-
UnknownEnumValue
public static final DataAssetSummary.ModelType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DataAssetSummary.ModelType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DataAssetSummary.ModelType c : DataAssetSummary.ModelType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DataAssetSummary.ModelType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static DataAssetSummary.ModelType create(String key)
-
-