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