Package | Description |
---|---|
com.opsmatters.newrelic.api.model.insights.widgets |
The widgets model classes used by new relic.
|
Modifier and Type | Method and Description |
---|---|
static EventChart.Visualization |
EventChart.Visualization.fromValue(String value)
Returns the type for the given value.
|
static EventChart.Visualization |
EventChart.Visualization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventChart.Visualization[] |
EventChart.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 |
EventChart.setVisualization(EventChart.Visualization visualization)
Sets the visualization of the widget.
|
EventChart.Builder |
EventChart.Builder.visualization(EventChart.Visualization visualization)
Sets the visualization of the widget.
|
Copyright © 2018. All rights reserved.