Package com.oracle.bmc.usageapi.model
Enum ReportQuery.DateRangeName
- java.lang.Object
-
- java.lang.Enum<ReportQuery.DateRangeName>
-
- com.oracle.bmc.usageapi.model.ReportQuery.DateRangeName
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ReportQuery.DateRangeName>
- Enclosing class:
- ReportQuery
public static enum ReportQuery.DateRangeName extends Enum<ReportQuery.DateRangeName> implements BmcEnum
The UI date range, for example, LAST_THREE_MONTHS.Conflicts with timeUsageStarted and timeUsageEnded.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description All
Custom
LastOneYear
LastSevenDays
LastSixMonths
LastTenDays
LastThreeMonths
LastTwoMonths
Mtd
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Ytd
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportQuery.DateRangeName
create(String key)
String
getValue()
static ReportQuery.DateRangeName
valueOf(String name)
Returns the enum constant of this type with the specified name.static ReportQuery.DateRangeName[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LastSevenDays
public static final ReportQuery.DateRangeName LastSevenDays
-
LastTenDays
public static final ReportQuery.DateRangeName LastTenDays
-
Mtd
public static final ReportQuery.DateRangeName Mtd
-
LastTwoMonths
public static final ReportQuery.DateRangeName LastTwoMonths
-
LastThreeMonths
public static final ReportQuery.DateRangeName LastThreeMonths
-
All
public static final ReportQuery.DateRangeName All
-
LastSixMonths
public static final ReportQuery.DateRangeName LastSixMonths
-
LastOneYear
public static final ReportQuery.DateRangeName LastOneYear
-
Ytd
public static final ReportQuery.DateRangeName Ytd
-
Custom
public static final ReportQuery.DateRangeName Custom
-
UnknownEnumValue
public static final ReportQuery.DateRangeName UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ReportQuery.DateRangeName[] 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 (ReportQuery.DateRangeName c : ReportQuery.DateRangeName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ReportQuery.DateRangeName 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 ReportQuery.DateRangeName create(String key)
-
-