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