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