public static enum TrendingRestInterface.Flavor extends Enum<TrendingRestInterface.Flavor>
| Modifier and Type | Method and Description |
|---|---|
static TrendingRestInterface.Flavor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrendingRestInterface.Flavor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrendingRestInterface.Flavor STAT
public static final TrendingRestInterface.Flavor RAW
public static TrendingRestInterface.Flavor[] values()
for (TrendingRestInterface.Flavor c : TrendingRestInterface.Flavor.values()) System.out.println(c);
public static TrendingRestInterface.Flavor 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 nullCopyright © 2024 LSST. All rights reserved.