Class WhatsAppEndpointBuilderFactory.WhatsAppHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.WhatsAppEndpointBuilderFactory.WhatsAppHeaderNameBuilder
-
- Enclosing interface:
- WhatsAppEndpointBuilderFactory
public static class WhatsAppEndpointBuilderFactory.WhatsAppHeaderNameBuilder extends Object
The builder of headers' name for the WhatsApp component.
-
-
Constructor Summary
Constructors Constructor Description WhatsAppHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringwhatsAppPhoneNumberId()Phone Number ID taken from WhatsApp Meta for Developers Dashboard.StringwhatsAppRecipientPhoneNumberId()Recipient phone number associated with Phone Number ID.
-
-
-
Method Detail
-
whatsAppPhoneNumberId
public String whatsAppPhoneNumberId()
Phone Number ID taken from WhatsApp Meta for Developers Dashboard. The option is a:Objecttype. Group: producer- Returns:
- the name of the header
WhatsAppPhoneNumberId.
-
whatsAppRecipientPhoneNumberId
public String whatsAppRecipientPhoneNumberId()
Recipient phone number associated with Phone Number ID. The option is a:Objecttype. Group: producer- Returns:
- the name of the header
WhatsAppRecipientPhoneNumberId.
-
-