Uses of Class
com.restfb.types.whatsapp.WABAGranularity
-
Packages that use WABAGranularity Package Description com.restfb.types.whatsapp -
-
Uses of WABAGranularity in com.restfb.types.whatsapp
Methods in com.restfb.types.whatsapp that return WABAGranularity Modifier and Type Method Description WABAGranularity
WABAConversationAnalytics. getGranularity()
static WABAGranularity
WABAGranularity. valueOf(String name)
Returns the enum constant of this type with the specified name.static WABAGranularity[]
WABAGranularity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.whatsapp with parameters of type WABAGranularity Modifier and Type Method Description void
WABAConversationAnalytics. setGranularity(WABAGranularity granularity)
-