@Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public enum SavedSearchTypes extends Enum<SavedSearchTypes> implements BmcEnum
Determines how the saved search is displayed in a dashboard.
Enum Constant and Description |
---|
FilterDontShowInDashboard |
FilterShowInDashboard |
SearchDontShowInDashboard |
SearchShowInDashboard |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
WidgetDontShowInDashboard |
WidgetShowInDashboard |
Modifier and Type | Method and Description |
---|---|
static SavedSearchTypes |
create(String key) |
String |
getValue() |
static SavedSearchTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavedSearchTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SavedSearchTypes SearchShowInDashboard
public static final SavedSearchTypes SearchDontShowInDashboard
public static final SavedSearchTypes WidgetShowInDashboard
public static final SavedSearchTypes WidgetDontShowInDashboard
public static final SavedSearchTypes FilterShowInDashboard
public static final SavedSearchTypes FilterDontShowInDashboard
public static final SavedSearchTypes UnknownEnumValue
public static SavedSearchTypes[] values()
for (SavedSearchTypes c : SavedSearchTypes.values()) System.out.println(c);
public static SavedSearchTypes 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 SavedSearchTypes create(String key)
Copyright © 2016–2024. All rights reserved.