public static enum SearchInventoryResultItem.Type extends Enum<SearchInventoryResultItem.Type>
SearchInventoryResultItem.type()| Enum Constant and Description |
|---|
ASSET_ITEM |
DATA_PRODUCT_ITEM |
GLOSSARY_ITEM |
GLOSSARY_TERM_ITEM |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static SearchInventoryResultItem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchInventoryResultItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchInventoryResultItem.Type ASSET_ITEM
public static final SearchInventoryResultItem.Type DATA_PRODUCT_ITEM
public static final SearchInventoryResultItem.Type GLOSSARY_ITEM
public static final SearchInventoryResultItem.Type GLOSSARY_TERM_ITEM
public static final SearchInventoryResultItem.Type UNKNOWN_TO_SDK_VERSION
public static SearchInventoryResultItem.Type[] values()
for (SearchInventoryResultItem.Type c : SearchInventoryResultItem.Type.values()) System.out.println(c);
public static SearchInventoryResultItem.Type 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 nullCopyright © 2023. All rights reserved.