Uses of Class
com.contentful.java.cma.model.CMAUsage.UsageMetric
-
Packages that use CMAUsage.UsageMetric Package Description com.contentful.java.cma.model -
-
Uses of CMAUsage.UsageMetric in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAUsage.UsageMetric Modifier and Type Method Description CMAUsage.UsageMetricCMAUsage. getMetric()static CMAUsage.UsageMetricCMAUsage.UsageMetric. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMAUsage.UsageMetric[]CMAUsage.UsageMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.contentful.java.cma.model with parameters of type CMAUsage.UsageMetric Modifier and Type Method Description voidCMAUsage. setMetric(CMAUsage.UsageMetric metric)
-