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