Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveHeader
Packages that use InteractiveHeader
Package
Description
-
Uses of InteractiveHeader in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveHeaderModifier and TypeMethodDescriptionInteractiveHeaderBuilder.build()InteractiveHeaderSimpleBuilder.build()static InteractiveHeaderInteractiveHeaderSpec.decode(byte[] input) (package private) static InteractiveHeaderInteractiveHeader.simpleBuilder(String title, String subtitle, InteractiveHeaderAttachment attachment) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveHeaderModifier and TypeMethodDescriptionstatic byte[]InteractiveHeaderSpec.encode(InteractiveHeader protoInputObject) -
Uses of InteractiveHeader in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveHeaderModifier and TypeFieldDescriptionprivate InteractiveHeaderInteractiveMessageSimpleBuilder.headerFields in it.auties.whatsapp.model.message.button with type parameters of type InteractiveHeaderModifier and TypeFieldDescriptionprivate final Optional<InteractiveHeader> InteractiveMessage.headerThe field for theheaderrecord component.private Optional<InteractiveHeader> InteractiveMessageBuilder.headerMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveHeaderModifier and TypeMethodDescriptionInteractiveMessage.header()Returns the value of theheaderrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type InteractiveHeaderModifier and TypeMethodDescriptionInteractiveMessageBuilder.header(InteractiveHeader header) InteractiveMessageSimpleBuilder.header(InteractiveHeader header) (package private) static InteractiveMessageInteractiveMessage.simpleBuilder(InteractiveHeader header, String body, String footer, InteractiveMessageContent content, ContextInfo contextInfo) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type InteractiveHeaderModifier and TypeMethodDescriptionInteractiveMessageBuilder.header(Optional<InteractiveHeader> header) Constructor parameters in it.auties.whatsapp.model.message.button with type arguments of type InteractiveHeaderModifierConstructorDescriptionInteractiveMessage(Optional<InteractiveHeader> header, Optional<InteractiveBody> body, Optional<InteractiveFooter> footer, Optional<InteractiveShop> contentShop, Optional<InteractiveCollection> contentCollection, Optional<InteractiveNativeFlow> contentNativeFlow, Optional<ContextInfo> contextInfo) Creates an instance of aInteractiveMessagerecord class.