public static enum GetGlossaryRequest.Fields extends Enum<GetGlossaryRequest.Fields> implements BmcEnum
Specifies the fields to return in a glossary response.
Enum Constant and Description |
---|
CatalogId |
CreatedById |
Description |
DisplayName |
Key |
LifecycleState |
Owner |
TimeCreated |
TimeUpdated |
UpdatedById |
Uri |
WorkflowStatus |
Modifier and Type | Method and 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.
|
public static final GetGlossaryRequest.Fields Key
public static final GetGlossaryRequest.Fields DisplayName
public static final GetGlossaryRequest.Fields Description
public static final GetGlossaryRequest.Fields CatalogId
public static final GetGlossaryRequest.Fields LifecycleState
public static final GetGlossaryRequest.Fields TimeCreated
public static final GetGlossaryRequest.Fields TimeUpdated
public static final GetGlossaryRequest.Fields CreatedById
public static final GetGlossaryRequest.Fields UpdatedById
public static final GetGlossaryRequest.Fields Owner
public static final GetGlossaryRequest.Fields WorkflowStatus
public static final GetGlossaryRequest.Fields Uri
public static GetGlossaryRequest.Fields[] values()
for (GetGlossaryRequest.Fields c : GetGlossaryRequest.Fields.values()) System.out.println(c);
public static GetGlossaryRequest.Fields valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static GetGlossaryRequest.Fields create(String key)
Copyright © 2016–2024. All rights reserved.