Uses of Class
it.auties.whatsapp.model.message.standard.VideoOrGifMessage
Packages that use VideoOrGifMessage
Package
Description
-
Uses of VideoOrGifMessage in it.auties.whatsapp.model.button.interactive
Fields in it.auties.whatsapp.model.button.interactive with type parameters of type VideoOrGifMessageModifier and TypeFieldDescriptionprivate final Optional<VideoOrGifMessage> InteractiveHeader.attachmentVideoThe field for theattachmentVideorecord component.private Optional<VideoOrGifMessage> InteractiveHeaderBuilder.attachmentVideoMethods in it.auties.whatsapp.model.button.interactive that return types with arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionInteractiveHeader.attachmentVideo()Returns the value of theattachmentVideorecord component.Methods in it.auties.whatsapp.model.button.interactive with parameters of type VideoOrGifMessageModifier and TypeMethodDescriptionInteractiveHeaderBuilder.attachmentVideo(VideoOrGifMessage attachmentVideo) Method parameters in it.auties.whatsapp.model.button.interactive with type arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionInteractiveHeaderBuilder.attachmentVideo(Optional<VideoOrGifMessage> attachmentVideo) -
Uses of VideoOrGifMessage in it.auties.whatsapp.model.button.template.hsm
Fields in it.auties.whatsapp.model.button.template.hsm with type parameters of type VideoOrGifMessageModifier and TypeFieldDescriptionprivate final Optional<VideoOrGifMessage> HighlyStructuredFourRowTemplate.titleVideoThe field for thetitleVideorecord component.private Optional<VideoOrGifMessage> HighlyStructuredFourRowTemplateBuilder.titleVideoMethods in it.auties.whatsapp.model.button.template.hsm that return types with arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplate.titleVideo()Returns the value of thetitleVideorecord component.Methods in it.auties.whatsapp.model.button.template.hsm with parameters of type VideoOrGifMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.titleVideo(VideoOrGifMessage titleVideo) Method parameters in it.auties.whatsapp.model.button.template.hsm with type arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.titleVideo(Optional<VideoOrGifMessage> titleVideo) -
Uses of VideoOrGifMessage in it.auties.whatsapp.model.button.template.hydrated
Fields in it.auties.whatsapp.model.button.template.hydrated with type parameters of type VideoOrGifMessageModifier and TypeFieldDescriptionprivate final Optional<VideoOrGifMessage> HydratedFourRowTemplate.titleVideoThe field for thetitleVideorecord component.private Optional<VideoOrGifMessage> HydratedFourRowTemplateBuilder.titleVideoMethods in it.auties.whatsapp.model.button.template.hydrated that return types with arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionHydratedFourRowTemplate.titleVideo()Returns the value of thetitleVideorecord component.Methods in it.auties.whatsapp.model.button.template.hydrated with parameters of type VideoOrGifMessageModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.titleVideo(VideoOrGifMessage titleVideo) Method parameters in it.auties.whatsapp.model.button.template.hydrated with type arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.titleVideo(Optional<VideoOrGifMessage> titleVideo) -
Uses of VideoOrGifMessage in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button with type parameters of type VideoOrGifMessageModifier and TypeFieldDescriptionprivate final Optional<VideoOrGifMessage> ButtonsMessage.headerVideoThe field for theheaderVideorecord component.private Optional<VideoOrGifMessage> ButtonsMessageBuilder.headerVideoMethods in it.auties.whatsapp.model.message.button that return types with arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionButtonsMessage.headerVideo()Returns the value of theheaderVideorecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type VideoOrGifMessageModifier and TypeMethodDescriptionButtonsMessageBuilder.headerVideo(VideoOrGifMessage headerVideo) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionButtonsMessageBuilder.headerVideo(Optional<VideoOrGifMessage> headerVideo) -
Uses of VideoOrGifMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type VideoOrGifMessageModifier and TypeFieldDescriptionprivate final Optional<VideoOrGifMessage> MessageContainer.videoMessageThe field for thevideoMessagerecord component.private Optional<VideoOrGifMessage> MessageContainerBuilder.videoMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionMessageContainer.videoMessage()Returns the value of thevideoMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type VideoOrGifMessageModifier and TypeMethodDescriptionMessageContainerBuilder.videoMessage(VideoOrGifMessage videoMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type VideoOrGifMessageModifier and TypeMethodDescriptionMessageContainerBuilder.videoMessage(Optional<VideoOrGifMessage> videoMessage) -
Uses of VideoOrGifMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return VideoOrGifMessageModifier and TypeMethodDescriptionGifMessageSimpleBuilder.build()VideoMessageSimpleBuilder.build()VideoOrGifMessageBuilder.build()static VideoOrGifMessageVideoOrGifMessageSpec.decode(byte[] input) (package private) static VideoOrGifMessageVideoOrGifMessage.gifBuilder(byte[] media, String mimeType, String caption, VideoOrGifMessage.Attribution gifAttribution, byte[] thumbnail, ContextInfo contextInfo) VideoOrGifMessage.setMediaDirectPath(String mediaDirectPath) VideoOrGifMessage.setMediaEncryptedSha256(byte[] bytes) VideoOrGifMessage.setMediaKey(byte[] bytes) VideoOrGifMessage.setMediaKeyTimestamp(Long timestamp) VideoOrGifMessage.setMediaSha256(byte[] bytes) VideoOrGifMessage.setMediaSize(long mediaSize) VideoOrGifMessage.setMediaUrl(String mediaUrl) (package private) static VideoOrGifMessageVideoOrGifMessage.videoBuilder(byte[] media, String mimeType, String caption, byte[] thumbnail, ContextInfo contextInfo) Methods in it.auties.whatsapp.model.message.standard with parameters of type VideoOrGifMessageModifier and TypeMethodDescriptionstatic byte[]VideoOrGifMessageSpec.encode(VideoOrGifMessage protoInputObject)