Uses of Class
com.restfb.types.whatsapp.WABADimension
-
Packages that use WABADimension Package Description com.restfb.types.whatsapp -
-
Uses of WABADimension in com.restfb.types.whatsapp
Methods in com.restfb.types.whatsapp that return WABADimension Modifier and Type Method Description static WABADimension
WABADimension. valueOf(String name)
Returns the enum constant of this type with the specified name.static WABADimension[]
WABADimension. 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 WABADimension Modifier and Type Method Description List<WABADimension>
WABAConversationAnalytics. getDimensions()
Methods in com.restfb.types.whatsapp with parameters of type WABADimension Modifier and Type Method Description boolean
WABAConversationAnalytics. addDimension(WABADimension dimension)
boolean
WABAConversationAnalytics. removeDimension(WABADimension dimension)
-