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