Enum ListSqlTuningAdvisorTasksRequest.Status
- java.lang.Object
-
- java.lang.Enum<ListSqlTuningAdvisorTasksRequest.Status>
-
- com.oracle.bmc.databasemanagement.requests.ListSqlTuningAdvisorTasksRequest.Status
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListSqlTuningAdvisorTasksRequest.Status>
- Enclosing class:
- ListSqlTuningAdvisorTasksRequest
public static enum ListSqlTuningAdvisorTasksRequest.Status extends Enum<ListSqlTuningAdvisorTasksRequest.Status> implements BmcEnum
The optional query parameter to filter the SQL Tuning Advisor task list by status.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CompletedErrorExecutingInitialInterrupted
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSqlTuningAdvisorTasksRequest.Statuscreate(String key)StringgetValue()static ListSqlTuningAdvisorTasksRequest.StatusvalueOf(String name)Returns the enum constant of this type with the specified name.static ListSqlTuningAdvisorTasksRequest.Status[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Initial
public static final ListSqlTuningAdvisorTasksRequest.Status Initial
-
Executing
public static final ListSqlTuningAdvisorTasksRequest.Status Executing
-
Interrupted
public static final ListSqlTuningAdvisorTasksRequest.Status Interrupted
-
Completed
public static final ListSqlTuningAdvisorTasksRequest.Status Completed
-
Error
public static final ListSqlTuningAdvisorTasksRequest.Status Error
-
-
Method Detail
-
values
public static ListSqlTuningAdvisorTasksRequest.Status[] 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 (ListSqlTuningAdvisorTasksRequest.Status c : ListSqlTuningAdvisorTasksRequest.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListSqlTuningAdvisorTasksRequest.Status 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 ListSqlTuningAdvisorTasksRequest.Status create(String key)
-
-