Uses of Class
com.vonage.client.messages.whatsapp.WhatsappMultiProductRequest.Builder
Packages that use WhatsappMultiProductRequest.Builder
-
Uses of WhatsappMultiProductRequest.Builder in com.vonage.client.messages.whatsapp
Methods in com.vonage.client.messages.whatsapp that return WhatsappMultiProductRequest.BuilderModifier and TypeMethodDescriptionWhatsappMultiProductRequest.Builder.addProductsSection(String title, String... skus) (REQUIRED) Adds a grouping of products using their unique retail identifiers.WhatsappMultiProductRequest.Builder.addProductsSection(String title, List<String> skus) (REQUIRED) Adds a grouping of products using their unique retail identifiers.(REQUIRED) The main message text.WhatsappMultiProductRequest.builder()(REQUIRED) ID for the catalog you want to use for this message.WhatsappMultiProductRequest.Builder.footerText(String footerText) (OPTIONAL) The text which appears at the end of the message.WhatsappMultiProductRequest.Builder.headerText(String headerText) (OPTIONAL) Sets the message header's text field.