Uses of Class
com.restfb.types.whatsapp.WABAMetricType
-
Packages that use WABAMetricType Package Description com.restfb.types.whatsapp -
-
Uses of WABAMetricType in com.restfb.types.whatsapp
Methods in com.restfb.types.whatsapp that return WABAMetricType Modifier and Type Method Description static WABAMetricType
WABAMetricType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WABAMetricType[]
WABAMetricType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.whatsapp that return types with arguments of type WABAMetricType Modifier and Type Method Description List<WABAMetricType>
WABAConversationAnalytics. getMetricTypes()
Methods in com.restfb.types.whatsapp with parameters of type WABAMetricType Modifier and Type Method Description boolean
WABAConversationAnalytics. addMetricType(WABAMetricType metricType)
boolean
WABAConversationAnalytics. removeMetricType(WABAMetricType metricType)
-