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 InteractiveBodyInteractiveResponseMessage.bodyThe field for thebodyrecord component.private InteractiveBodyInteractiveResponseMessageBuilder.bodyFields in it.auties.whatsapp.model.message.button with type parameters of type InteractiveBodyModifier and TypeFieldDescriptionprivate final Optional<InteractiveBody> InteractiveMessage.bodyThe field for thebodyrecord component.private Optional<InteractiveBody> InteractiveMessageBuilder.bodyMethods in it.auties.whatsapp.model.message.button that return InteractiveBodyModifier and TypeMethodDescriptionInteractiveResponseMessage.body()Returns the value of thebodyrecord component.Methods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveBodyModifier and TypeMethodDescriptionInteractiveMessage.body()Returns the value of thebodyrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type InteractiveBodyModifier and TypeMethodDescriptionInteractiveMessageBuilder.body(InteractiveBody body) InteractiveResponseMessageBuilder.body(InteractiveBody body) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type InteractiveBodyConstructors in it.auties.whatsapp.model.message.button with parameters of type InteractiveBodyModifierConstructorDescriptionInteractiveResponseMessage(InteractiveBody body, NativeFlowResponseMessage nativeFlowResponseMessage, Optional<ContextInfo> contextInfo) Creates an instance of aInteractiveResponseMessagerecord class.