public static enum GetManagedInstanceContentRequest.ReportFormat extends Enum<GetManagedInstanceContentRequest.ReportFormat> implements BmcEnum
The format of the report to download. Default is CSV.
Modifier and Type | Method and Description |
---|---|
static GetManagedInstanceContentRequest.ReportFormat |
create(String key) |
String |
getValue() |
static GetManagedInstanceContentRequest.ReportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetManagedInstanceContentRequest.ReportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetManagedInstanceContentRequest.ReportFormat Csv
public static final GetManagedInstanceContentRequest.ReportFormat Json
public static final GetManagedInstanceContentRequest.ReportFormat Xml
public static GetManagedInstanceContentRequest.ReportFormat[] values()
for (GetManagedInstanceContentRequest.ReportFormat c : GetManagedInstanceContentRequest.ReportFormat.values()) System.out.println(c);
public static GetManagedInstanceContentRequest.ReportFormat 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 GetManagedInstanceContentRequest.ReportFormat create(String key)
Copyright © 2016–2024. All rights reserved.