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 and 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 |
Modifier and Type | Method and 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.
|
public static final ReportQuery.DateRangeName LastSevenDays
public static final ReportQuery.DateRangeName LastTenDays
public static final ReportQuery.DateRangeName Mtd
public static final ReportQuery.DateRangeName LastTwoMonths
public static final ReportQuery.DateRangeName LastThreeMonths
public static final ReportQuery.DateRangeName All
public static final ReportQuery.DateRangeName LastSixMonths
public static final ReportQuery.DateRangeName LastOneYear
public static final ReportQuery.DateRangeName Ytd
public static final ReportQuery.DateRangeName Custom
public static final ReportQuery.DateRangeName UnknownEnumValue
public static ReportQuery.DateRangeName[] values()
for (ReportQuery.DateRangeName c : ReportQuery.DateRangeName.values()) System.out.println(c);
public static ReportQuery.DateRangeName 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 ReportQuery.DateRangeName create(String key)
Copyright © 2016–2024. All rights reserved.