Module it.auties.cobalt
Class TemplateMessageBuilder
java.lang.Object
it.auties.whatsapp.model.message.button.TemplateMessageBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate HydratedFourRowTemplateprivate Optional<ContextInfo> private Optional<HighlyStructuredFourRowTemplate> private Optional<HydratedFourRowTemplate> private Stringprivate Optional<InteractiveMessage> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()content(HydratedFourRowTemplate content) contextInfo(ContextInfo contextInfo) contextInfo(Optional<ContextInfo> contextInfo) highlyStructuredFourRowTemplateFormat(HighlyStructuredFourRowTemplate highlyStructuredFourRowTemplateFormat) highlyStructuredFourRowTemplateFormat(Optional<HighlyStructuredFourRowTemplate> highlyStructuredFourRowTemplateFormat) hydratedFourRowTemplateFormat(HydratedFourRowTemplate hydratedFourRowTemplateFormat) hydratedFourRowTemplateFormat(Optional<HydratedFourRowTemplate> hydratedFourRowTemplateFormat) interactiveMessageFormat(InteractiveMessage interactiveMessageFormat) interactiveMessageFormat(Optional<InteractiveMessage> interactiveMessageFormat)
-
Field Details
-
id
-
-
highlyStructuredFourRowTemplateFormat
-
hydratedFourRowTemplateFormat
-
interactiveMessageFormat
-
contextInfo
-
-
Constructor Details
-
TemplateMessageBuilder
public TemplateMessageBuilder()
-
-
Method Details
-
id
-
content
-
highlyStructuredFourRowTemplateFormat
public TemplateMessageBuilder highlyStructuredFourRowTemplateFormat(Optional<HighlyStructuredFourRowTemplate> highlyStructuredFourRowTemplateFormat) -
highlyStructuredFourRowTemplateFormat
public TemplateMessageBuilder highlyStructuredFourRowTemplateFormat(HighlyStructuredFourRowTemplate highlyStructuredFourRowTemplateFormat) -
hydratedFourRowTemplateFormat
public TemplateMessageBuilder hydratedFourRowTemplateFormat(Optional<HydratedFourRowTemplate> hydratedFourRowTemplateFormat) -
hydratedFourRowTemplateFormat
public TemplateMessageBuilder hydratedFourRowTemplateFormat(HydratedFourRowTemplate hydratedFourRowTemplateFormat) -
interactiveMessageFormat
public TemplateMessageBuilder interactiveMessageFormat(Optional<InteractiveMessage> interactiveMessageFormat) -
interactiveMessageFormat
-
contextInfo
-
contextInfo
-
build
-