Uses of Class
org.dashbuilder.dataprovider.prometheus.client.ResultType
-
Packages that use ResultType Package Description org.dashbuilder.dataprovider.prometheus.client -
-
Uses of ResultType in org.dashbuilder.dataprovider.prometheus.client
Methods in org.dashbuilder.dataprovider.prometheus.client that return ResultType Modifier and Type Method Description ResultTypeQueryResponse. getResultType()static ResultTypeResultType. of(String name)static ResultTypeResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultType[]ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataprovider.prometheus.client with parameters of type ResultType Modifier and Type Method Description QueryResponseBuilderQueryResponseBuilder. resultType(ResultType resultType)voidQueryResponse. setResultType(ResultType resultType)
-