Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveBody
Packages that use InteractiveBody
Package
Description
-
Uses of InteractiveBody in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveBodyModifier and TypeMethodDescriptionInteractiveBodyBuilder.build()static InteractiveBodyInteractiveBodySpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive that return types with arguments of type InteractiveBodyModifier and TypeMethodDescriptionstatic Optional<InteractiveBody> InteractiveBody.ofNullable(String content) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveBodyModifier and TypeMethodDescriptionstatic byte[]InteractiveBodySpec.encode(InteractiveBody protoInputObject) -
Uses of InteractiveBody in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveBodyModifier and TypeFieldDescriptionprivate final InteractiveBodyInteractiveMessage.bodyprivate InteractiveBodyInteractiveMessageBuilder.bodyprivate final InteractiveBodyInteractiveResponseMessage.bodyprivate InteractiveBodyInteractiveResponseMessageBuilder.bodyMethods in it.auties.whatsapp.model.message.button that return InteractiveBodyMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveBodyMethods in it.auties.whatsapp.model.message.button with parameters of type InteractiveBodyModifier and TypeMethodDescriptionInteractiveMessageBuilder.body(InteractiveBody body) InteractiveResponseMessageBuilder.body(InteractiveBody body) Constructors in it.auties.whatsapp.model.message.button with parameters of type InteractiveBodyModifierConstructorDescriptionInteractiveMessage(InteractiveHeader header, InteractiveBody body, InteractiveFooter footer, InteractiveShop contentShop, InteractiveCollection contentCollection, InteractiveNativeFlow contentNativeFlow, ContextInfo contextInfo) InteractiveResponseMessage(InteractiveBody body, NativeFlowResponseMessage nativeFlowResponseMessage, ContextInfo contextInfo)