Enum CountStatisticSummary.ObjectType
- java.lang.Object
-
- java.lang.Enum<CountStatisticSummary.ObjectType>
-
- com.oracle.bmc.dataintegration.model.CountStatisticSummary.ObjectType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<CountStatisticSummary.ObjectType>
- Enclosing class:
- CountStatisticSummary
public static enum CountStatisticSummary.ObjectType extends Enum<CountStatisticSummary.ObjectType> implements BmcEnum
The type of object for the count statistic object.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Application
Connection
DataAsset
DataFlow
Folder
FunctionLibrary
Project
Task
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UserDefinedFunction
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CountStatisticSummary.ObjectType
create(String key)
String
getValue()
static CountStatisticSummary.ObjectType
valueOf(String name)
Returns the enum constant of this type with the specified name.static CountStatisticSummary.ObjectType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Project
public static final CountStatisticSummary.ObjectType Project
-
Folder
public static final CountStatisticSummary.ObjectType Folder
-
DataFlow
public static final CountStatisticSummary.ObjectType DataFlow
-
DataAsset
public static final CountStatisticSummary.ObjectType DataAsset
-
Connection
public static final CountStatisticSummary.ObjectType Connection
-
Task
public static final CountStatisticSummary.ObjectType Task
-
Application
public static final CountStatisticSummary.ObjectType Application
-
FunctionLibrary
public static final CountStatisticSummary.ObjectType FunctionLibrary
-
UserDefinedFunction
public static final CountStatisticSummary.ObjectType UserDefinedFunction
-
UnknownEnumValue
public static final CountStatisticSummary.ObjectType 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 CountStatisticSummary.ObjectType[] 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 (CountStatisticSummary.ObjectType c : CountStatisticSummary.ObjectType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CountStatisticSummary.ObjectType 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 CountStatisticSummary.ObjectType create(String key)
-
-