public static enum Filter.UsagePeriodCase extends Enum<Filter.UsagePeriodCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CALENDAR_PERIOD |
CUSTOM_PERIOD |
USAGEPERIOD_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Filter.UsagePeriodCase |
forNumber(int value) |
int |
getNumber() |
static Filter.UsagePeriodCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Filter.UsagePeriodCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.UsagePeriodCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Filter.UsagePeriodCase CALENDAR_PERIOD
public static final Filter.UsagePeriodCase CUSTOM_PERIOD
public static final Filter.UsagePeriodCase USAGEPERIOD_NOT_SET
public static Filter.UsagePeriodCase[] values()
for (Filter.UsagePeriodCase c : Filter.UsagePeriodCase.values()) System.out.println(c);
public static Filter.UsagePeriodCase 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 null@Deprecated public static Filter.UsagePeriodCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Filter.UsagePeriodCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.