Package | Description |
---|---|
com.opsmatters.newrelic.api.model.insights.widgets |
The widgets model classes used by new relic.
|
Modifier and Type | Method and Description |
---|---|
static ThresholdEventChart.Visualization |
ThresholdEventChart.Visualization.fromValue(String value)
Returns the type for the given value.
|
static ThresholdEventChart.Visualization |
ThresholdEventChart.Visualization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThresholdEventChart.Visualization[] |
ThresholdEventChart.Visualization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ThresholdEventChart.setVisualization(ThresholdEventChart.Visualization visualization)
Sets the visualization of the widget.
|
ThresholdEventChart.Builder |
ThresholdEventChart.Builder.visualization(ThresholdEventChart.Visualization visualization)
Sets the visualization of the widget.
|
Copyright © 2018. All rights reserved.