Package com.oracle.bmc.opsi.requests
Enum GetAwrDatabaseReportRequest.ReportFormat
- java.lang.Object
-
- java.lang.Enum<GetAwrDatabaseReportRequest.ReportFormat>
-
- com.oracle.bmc.opsi.requests.GetAwrDatabaseReportRequest.ReportFormat
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetAwrDatabaseReportRequest.ReportFormat>
- Enclosing class:
- GetAwrDatabaseReportRequest
public static enum GetAwrDatabaseReportRequest.ReportFormat extends Enum<GetAwrDatabaseReportRequest.ReportFormat> implements BmcEnum
The format of the AWR report.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAwrDatabaseReportRequest.ReportFormat
create(String key)
String
getValue()
static GetAwrDatabaseReportRequest.ReportFormat
valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAwrDatabaseReportRequest.ReportFormat[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Html
public static final GetAwrDatabaseReportRequest.ReportFormat Html
-
Text
public static final GetAwrDatabaseReportRequest.ReportFormat Text
-
-
Method Detail
-
values
public static GetAwrDatabaseReportRequest.ReportFormat[] 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 (GetAwrDatabaseReportRequest.ReportFormat c : GetAwrDatabaseReportRequest.ReportFormat.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetAwrDatabaseReportRequest.ReportFormat 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 GetAwrDatabaseReportRequest.ReportFormat create(String key)
-
-