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 with type parameters of type InteractiveShopModifier and TypeFieldDescriptionprivate final Optional<InteractiveShop> InteractiveMessage.contentShopThe field for thecontentShoprecord component.private Optional<InteractiveShop> InteractiveMessageBuilder.contentShopMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveShopModifier and TypeMethodDescriptionInteractiveMessage.contentShop()Returns the value of thecontentShoprecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type InteractiveShopModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentShop(InteractiveShop contentShop) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type InteractiveShopModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentShop(Optional<InteractiveShop> contentShop)