Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveShop
Packages that use InteractiveShop
Package
Description
-
Uses of InteractiveShop in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveShopModifier and TypeMethodDescriptionInteractiveShopBuilder.build()static InteractiveShopInteractiveShopSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveShopModifier and TypeMethodDescriptionstatic byte[]InteractiveShopSpec.encode(InteractiveShop protoInputObject) -
Uses of InteractiveShop in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveShopModifier and TypeFieldDescriptionprivate final InteractiveShopInteractiveMessage.contentShopprivate InteractiveShopInteractiveMessageBuilder.contentShopMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveShopMethods in it.auties.whatsapp.model.message.button with parameters of type InteractiveShopModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentShop(InteractiveShop contentShop) Constructors in it.auties.whatsapp.model.message.button with parameters of type InteractiveShopModifierConstructorDescriptionInteractiveMessage(InteractiveHeader header, InteractiveBody body, InteractiveFooter footer, InteractiveShop contentShop, InteractiveCollection contentCollection, InteractiveNativeFlow contentNativeFlow, ContextInfo contextInfo)