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