Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveNativeFlow
Packages that use InteractiveNativeFlow
Package
Description
-
Uses of InteractiveNativeFlow in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveNativeFlowModifier and TypeMethodDescriptionInteractiveNativeFlowBuilder.build()static InteractiveNativeFlowInteractiveNativeFlowSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveNativeFlowModifier and TypeMethodDescriptionstatic byte[]InteractiveNativeFlowSpec.encode(InteractiveNativeFlow protoInputObject) -
Uses of InteractiveNativeFlow in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button with type parameters of type InteractiveNativeFlowModifier and TypeFieldDescriptionprivate final Optional<InteractiveNativeFlow> InteractiveMessage.contentNativeFlowThe field for thecontentNativeFlowrecord component.private Optional<InteractiveNativeFlow> InteractiveMessageBuilder.contentNativeFlowMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveNativeFlowModifier and TypeMethodDescriptionInteractiveMessage.contentNativeFlow()Returns the value of thecontentNativeFlowrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type InteractiveNativeFlowModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentNativeFlow(InteractiveNativeFlow contentNativeFlow) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type InteractiveNativeFlowModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentNativeFlow(Optional<InteractiveNativeFlow> contentNativeFlow)