Uses of Class
com.oracle.bmc.usageapi.model.CostAnalysisUI.Graph
-
Packages that use CostAnalysisUI.Graph Package Description com.oracle.bmc.usageapi.model -
-
Uses of CostAnalysisUI.Graph in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return CostAnalysisUI.Graph Modifier and Type Method Description static CostAnalysisUI.Graph
CostAnalysisUI.Graph. create(String key)
CostAnalysisUI.Graph
CostAnalysisUI. getGraph()
The graph type.static CostAnalysisUI.Graph
CostAnalysisUI.Graph. valueOf(String name)
Returns the enum constant of this type with the specified name.static CostAnalysisUI.Graph[]
CostAnalysisUI.Graph. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.usageapi.model with parameters of type CostAnalysisUI.Graph Modifier and Type Method Description CostAnalysisUI.Builder
CostAnalysisUI.Builder. graph(CostAnalysisUI.Graph graph)
The graph type.Constructors in com.oracle.bmc.usageapi.model with parameters of type CostAnalysisUI.Graph Constructor Description CostAnalysisUI(CostAnalysisUI.Graph graph, Boolean isCumulativeGraph)
Deprecated.
-