public static enum GetAwrDatabaseReportRequest.ReportType extends Enum<GetAwrDatabaseReportRequest.ReportType> implements BmcEnum
The query parameter to filter the AWR report types.
Modifier and Type | Method and Description |
---|---|
static GetAwrDatabaseReportRequest.ReportType |
create(String key) |
String |
getValue() |
static GetAwrDatabaseReportRequest.ReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetAwrDatabaseReportRequest.ReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetAwrDatabaseReportRequest.ReportType Awr
public static final GetAwrDatabaseReportRequest.ReportType Ash
public static GetAwrDatabaseReportRequest.ReportType[] values()
for (GetAwrDatabaseReportRequest.ReportType c : GetAwrDatabaseReportRequest.ReportType.values()) System.out.println(c);
public static GetAwrDatabaseReportRequest.ReportType 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 GetAwrDatabaseReportRequest.ReportType create(String key)
Copyright © 2016–2023. All rights reserved.