Enum ListCustomPropertiesRequest.TypeName
- java.lang.Object
-
- java.lang.Enum<ListCustomPropertiesRequest.TypeName>
-
- com.oracle.bmc.datacatalog.requests.ListCustomPropertiesRequest.TypeName
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListCustomPropertiesRequest.TypeName>
- Enclosing class:
- ListCustomPropertiesRequest
public static enum ListCustomPropertiesRequest.TypeName extends Enum<ListCustomPropertiesRequest.TypeName> implements BmcEnum
A filter to return only resources that match the entire type name given.The match is not case sensitive
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListCustomPropertiesRequest.TypeNamecreate(String key)StringgetValue()static ListCustomPropertiesRequest.TypeNamevalueOf(String name)Returns the enum constant of this type with the specified name.static ListCustomPropertiesRequest.TypeName[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DataAsset
public static final ListCustomPropertiesRequest.TypeName DataAsset
-
AutonomousDataWarehouse
public static final ListCustomPropertiesRequest.TypeName AutonomousDataWarehouse
-
Hive
public static final ListCustomPropertiesRequest.TypeName Hive
-
Kafka
public static final ListCustomPropertiesRequest.TypeName Kafka
-
Mysql
public static final ListCustomPropertiesRequest.TypeName Mysql
-
OracleObjectStorage
public static final ListCustomPropertiesRequest.TypeName OracleObjectStorage
-
AutonomousTransactionProcessing
public static final ListCustomPropertiesRequest.TypeName AutonomousTransactionProcessing
-
Oracle
public static final ListCustomPropertiesRequest.TypeName Oracle
-
Postgresql
public static final ListCustomPropertiesRequest.TypeName Postgresql
-
MicrosoftAzureSqlDatabase
public static final ListCustomPropertiesRequest.TypeName MicrosoftAzureSqlDatabase
-
MicrosoftSqlServer
public static final ListCustomPropertiesRequest.TypeName MicrosoftSqlServer
-
IbmDb2
public static final ListCustomPropertiesRequest.TypeName IbmDb2
-
DataEntity
public static final ListCustomPropertiesRequest.TypeName DataEntity
-
LogicalEntity
public static final ListCustomPropertiesRequest.TypeName LogicalEntity
-
Table
public static final ListCustomPropertiesRequest.TypeName Table
-
View
public static final ListCustomPropertiesRequest.TypeName View
-
Attribute
public static final ListCustomPropertiesRequest.TypeName Attribute
-
Folder
public static final ListCustomPropertiesRequest.TypeName Folder
-
OracleAnalyticsSubjectAreaColumn
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsSubjectAreaColumn
-
OracleAnalyticsLogicalColumn
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsLogicalColumn
-
OracleAnalyticsPhysicalColumn
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsPhysicalColumn
-
OracleAnalyticsAnalysisColumn
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsAnalysisColumn
-
OracleAnalyticsServer
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsServer
-
OracleAnalyticsCloud
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsCloud
-
OracleAnalyticsSubjectArea
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsSubjectArea
-
OracleAnalyticsDashboard
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsDashboard
-
OracleAnalyticsBusinessModel
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsBusinessModel
-
OracleAnalyticsPhysicalDatabase
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsPhysicalDatabase
-
OracleAnalyticsPhysicalSchema
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsPhysicalSchema
-
OracleAnalyticsPresentationTable
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsPresentationTable
-
OracleAnalyticsLogicalTable
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsLogicalTable
-
OracleAnalyticsPhysicalTable
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsPhysicalTable
-
OracleAnalyticsAnalysis
public static final ListCustomPropertiesRequest.TypeName OracleAnalyticsAnalysis
-
DatabaseSchema
public static final ListCustomPropertiesRequest.TypeName DatabaseSchema
-
Topic
public static final ListCustomPropertiesRequest.TypeName Topic
-
Connection
public static final ListCustomPropertiesRequest.TypeName Connection
-
Glossary
public static final ListCustomPropertiesRequest.TypeName Glossary
-
Term
public static final ListCustomPropertiesRequest.TypeName Term
-
Category
public static final ListCustomPropertiesRequest.TypeName Category
-
File
public static final ListCustomPropertiesRequest.TypeName File
-
Bucket
public static final ListCustomPropertiesRequest.TypeName Bucket
-
Message
public static final ListCustomPropertiesRequest.TypeName Message
-
UnrecognizedFile
public static final ListCustomPropertiesRequest.TypeName UnrecognizedFile
-
-
Method Detail
-
values
public static ListCustomPropertiesRequest.TypeName[] 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 (ListCustomPropertiesRequest.TypeName c : ListCustomPropertiesRequest.TypeName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListCustomPropertiesRequest.TypeName 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 ListCustomPropertiesRequest.TypeName create(String key)
-
-