java.lang.Object
it.auties.whatsapp.model.message.button.ListMessageBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Optional<ContextInfo> private ListMessage.Typeprivate Optional<ProductListInfo> private List<ButtonSection> private String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()contextInfo(ContextInfo contextInfo) contextInfo(Optional<ContextInfo> contextInfo) description(String description) description(Optional<String> description) listType(ListMessage.Type listType) productListInfo(ProductListInfo productListInfo) productListInfo(Optional<ProductListInfo> productListInfo) sections(List<ButtonSection> sections)
-
Field Details
-
title
-
description
-
button
-
listType
-
sections
-
productListInfo
-
contextInfo
-
-
Constructor Details
-
ListMessageBuilder
public ListMessageBuilder()
-
-
Method Details
-
title
-
description
-
description
-
button
-
listType
-
sections
-
productListInfo
-
productListInfo
-
contextInfo
-
contextInfo
-
build
-