| Modifier and Type | Method and Description |
|---|---|
static TrendingRestInterface.Flavor |
TrendingRestInterface.Flavor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrendingRestInterface.Flavor[] |
TrendingRestInterface.Flavor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
TrendingRestInterface.trending(List<String> keys,
String period,
Long t1,
Long t2,
Integer nBins,
TrendingRestInterface.Flavor flavor,
TrendingRestInterface.ErrorBars errorBars) |
Object |
TrendingRestInterface.trending(String siteName,
List<String> keys,
String period,
Long t1,
Long t2,
Integer nBins,
TrendingRestInterface.Flavor flavor,
TrendingRestInterface.ErrorBars errorBars) |
Copyright © 2024 LSST. All rights reserved.