Uses of Class
com.restfb.types.whatsapp.WhatsAppMessageTemplateComponent.ButtonType
-
Packages that use WhatsAppMessageTemplateComponent.ButtonType Package Description com.restfb.types.whatsapp -
-
Uses of WhatsAppMessageTemplateComponent.ButtonType in com.restfb.types.whatsapp
Methods in com.restfb.types.whatsapp that return WhatsAppMessageTemplateComponent.ButtonType Modifier and Type Method Description WhatsAppMessageTemplateComponent.ButtonType
WhatsAppMessageTemplateComponent.Button. getType()
static WhatsAppMessageTemplateComponent.ButtonType
WhatsAppMessageTemplateComponent.ButtonType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WhatsAppMessageTemplateComponent.ButtonType[]
WhatsAppMessageTemplateComponent.ButtonType. 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 WhatsAppMessageTemplateComponent.ButtonType Modifier and Type Method Description void
WhatsAppMessageTemplateComponent.Button. setType(WhatsAppMessageTemplateComponent.ButtonType type)
-