Enum ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod
- java.lang.Object
-
- java.lang.Enum<ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod>
-
- com.oracle.bmc.databasemanagement.requests.ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod>
- Enclosing class:
- ListSqlTuningAdvisorTaskFindingsRequest
public static enum ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod extends Enum<ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod> implements BmcEnum
The search period during which the API will search for begin and end exec id, if not supplied.Unused if beginExecId and endExecId optional query params are both supplied.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod
create(String key)
String
getValue()
static ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Last24Hr
public static final ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod Last24Hr
-
Last7Day
public static final ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod Last7Day
-
Last31Day
public static final ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod Last31Day
-
SinceLast
public static final ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod SinceLast
-
All
public static final ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod All
-
-
Method Detail
-
values
public static ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod[] 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 (ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod c : ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod 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 ListSqlTuningAdvisorTaskFindingsRequest.SearchPeriod create(String key)
-
-