Enum GetGlossaryRequest.Fields
- java.lang.Object
-
- java.lang.Enum<GetGlossaryRequest.Fields>
-
- com.oracle.bmc.datacatalog.requests.GetGlossaryRequest.Fields
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetGlossaryRequest.Fields>
- Enclosing class:
- GetGlossaryRequest
public static enum GetGlossaryRequest.Fields extends Enum<GetGlossaryRequest.Fields> implements BmcEnum
Specifies the fields to return in a glossary response.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CatalogId
CreatedById
Description
DisplayName
Key
LifecycleState
Owner
TimeCreated
TimeUpdated
UpdatedById
Uri
WorkflowStatus
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetGlossaryRequest.Fields
create(String key)
String
getValue()
static GetGlossaryRequest.Fields
valueOf(String name)
Returns the enum constant of this type with the specified name.static GetGlossaryRequest.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 GetGlossaryRequest.Fields Key
-
DisplayName
public static final GetGlossaryRequest.Fields DisplayName
-
Description
public static final GetGlossaryRequest.Fields Description
-
CatalogId
public static final GetGlossaryRequest.Fields CatalogId
-
LifecycleState
public static final GetGlossaryRequest.Fields LifecycleState
-
TimeCreated
public static final GetGlossaryRequest.Fields TimeCreated
-
TimeUpdated
public static final GetGlossaryRequest.Fields TimeUpdated
-
CreatedById
public static final GetGlossaryRequest.Fields CreatedById
-
UpdatedById
public static final GetGlossaryRequest.Fields UpdatedById
-
Owner
public static final GetGlossaryRequest.Fields Owner
-
WorkflowStatus
public static final GetGlossaryRequest.Fields WorkflowStatus
-
Uri
public static final GetGlossaryRequest.Fields Uri
-
-
Method Detail
-
values
public static GetGlossaryRequest.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 (GetGlossaryRequest.Fields c : GetGlossaryRequest.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 GetGlossaryRequest.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 GetGlossaryRequest.Fields create(String key)
-
-