Enum GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod
- java.lang.Object
-
- java.lang.Enum<GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod>
-
- com.oracle.bmc.databasemanagement.requests.GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod>
- Enclosing class:
- GetSqlTuningAdvisorTaskSummaryReportRequest
public static enum GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod extends Enum<GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod> implements BmcEnum
How far back the API will search for begin and end exec id.Unused if neither exec ids nor time filter query params are supplied. This is applicable only for Auto SQL Tuning tasks.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod
create(String key)
String
getValue()
static GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod
valueOf(String name)
Returns the enum constant of this type with the specified name.static GetSqlTuningAdvisorTaskSummaryReportRequest.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 GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod Last24Hr
-
Last7Day
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod Last7Day
-
Last31Day
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod Last31Day
-
SinceLast
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod SinceLast
-
All
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod All
-
-
Method Detail
-
values
public static GetSqlTuningAdvisorTaskSummaryReportRequest.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 (GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod c : GetSqlTuningAdvisorTaskSummaryReportRequest.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 GetSqlTuningAdvisorTaskSummaryReportRequest.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 GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod create(String key)
-
-