public static enum DynamicDateRange.DynamicDateRangeType extends Enum<DynamicDateRange.DynamicDateRangeType> implements BmcEnum
Enum Constant and Description |
---|
All |
Last10Days |
Last2CalendarMonths |
Last30Days |
Last3CalendarMonths |
Last6CalendarMonths |
Last7Days |
LastCalendarMonth |
LastCalendarWeek |
LastYear |
MonthToDate |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
YearTodate |
Modifier and Type | Method and Description |
---|---|
static DynamicDateRange.DynamicDateRangeType |
create(String key) |
String |
getValue() |
static DynamicDateRange.DynamicDateRangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicDateRange.DynamicDateRangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicDateRange.DynamicDateRangeType Last7Days
public static final DynamicDateRange.DynamicDateRangeType Last10Days
public static final DynamicDateRange.DynamicDateRangeType LastCalendarWeek
public static final DynamicDateRange.DynamicDateRangeType LastCalendarMonth
public static final DynamicDateRange.DynamicDateRangeType Last2CalendarMonths
public static final DynamicDateRange.DynamicDateRangeType Last3CalendarMonths
public static final DynamicDateRange.DynamicDateRangeType Last6CalendarMonths
public static final DynamicDateRange.DynamicDateRangeType Last30Days
public static final DynamicDateRange.DynamicDateRangeType MonthToDate
public static final DynamicDateRange.DynamicDateRangeType LastYear
public static final DynamicDateRange.DynamicDateRangeType YearTodate
public static final DynamicDateRange.DynamicDateRangeType All
public static final DynamicDateRange.DynamicDateRangeType UnknownEnumValue
public static DynamicDateRange.DynamicDateRangeType[] values()
for (DynamicDateRange.DynamicDateRangeType c : DynamicDateRange.DynamicDateRangeType.values()) System.out.println(c);
public static DynamicDateRange.DynamicDateRangeType 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 DynamicDateRange.DynamicDateRangeType create(String key)
Copyright © 2016–2024. All rights reserved.