Uses of Class
com.abiquo.apiclient.MetricsApi.StatisticType
-
Packages that use MetricsApi.StatisticType Package Description com.abiquo.apiclient -
-
Uses of MetricsApi.StatisticType in com.abiquo.apiclient
Methods in com.abiquo.apiclient that return MetricsApi.StatisticType Modifier and Type Method Description static MetricsApi.StatisticTypeMetricsApi.StatisticType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsApi.StatisticType[]MetricsApi.StatisticType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.abiquo.apiclient that return types with arguments of type MetricsApi.StatisticType Modifier and Type Method Description Optional<MetricsApi.StatisticType>MetricsApi.QueryMetric. getStatisticType()Methods in com.abiquo.apiclient with parameters of type MetricsApi.StatisticType Modifier and Type Method Description MetricsApi.QueryMetricBuilderMetricsApi.QueryMetricBuilder. withStatisticType(MetricsApi.StatisticType statisticType)
-