Enum GetCustomPropertyRequest.Fields
- java.lang.Object
-
- java.lang.Enum<GetCustomPropertyRequest.Fields>
-
- com.oracle.bmc.datacatalog.requests.GetCustomPropertyRequest.Fields
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetCustomPropertyRequest.Fields>
- Enclosing class:
- GetCustomPropertyRequest
public static enum GetCustomPropertyRequest.Fields extends Enum<GetCustomPropertyRequest.Fields> implements BmcEnum
Specifies the fields to return in a custom property response.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CreatedById
DataType
Description
DisplayName
Key
LifecycleState
NamespaceName
Properties
TimeCreated
TimeUpdated
UpdatedById
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetCustomPropertyRequest.Fields
create(String key)
String
getValue()
static GetCustomPropertyRequest.Fields
valueOf(String name)
Returns the enum constant of this type with the specified name.static GetCustomPropertyRequest.Fields[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Key
public static final GetCustomPropertyRequest.Fields Key
-
DisplayName
public static final GetCustomPropertyRequest.Fields DisplayName
-
Description
public static final GetCustomPropertyRequest.Fields Description
-
DataType
public static final GetCustomPropertyRequest.Fields DataType
-
NamespaceName
public static final GetCustomPropertyRequest.Fields NamespaceName
-
LifecycleState
public static final GetCustomPropertyRequest.Fields LifecycleState
-
TimeCreated
public static final GetCustomPropertyRequest.Fields TimeCreated
-
TimeUpdated
public static final GetCustomPropertyRequest.Fields TimeUpdated
-
CreatedById
public static final GetCustomPropertyRequest.Fields CreatedById
-
UpdatedById
public static final GetCustomPropertyRequest.Fields UpdatedById
-
Properties
public static final GetCustomPropertyRequest.Fields Properties
-
-
Method Detail
-
values
public static GetCustomPropertyRequest.Fields[] 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 (GetCustomPropertyRequest.Fields c : GetCustomPropertyRequest.Fields.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetCustomPropertyRequest.Fields 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 GetCustomPropertyRequest.Fields create(String key)
-
-