Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveCollection
Packages that use InteractiveCollection
Package
Description
-
Uses of InteractiveCollection in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveCollectionModifier and TypeMethodDescriptionInteractiveCollectionBuilder.build()static InteractiveCollectionInteractiveCollectionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveCollectionModifier and TypeMethodDescriptionstatic byte[]InteractiveCollectionSpec.encode(InteractiveCollection protoInputObject) -
Uses of InteractiveCollection in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button with type parameters of type InteractiveCollectionModifier and TypeFieldDescriptionprivate final Optional<InteractiveCollection> InteractiveMessage.contentCollectionThe field for thecontentCollectionrecord component.private Optional<InteractiveCollection> InteractiveMessageBuilder.contentCollectionMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveCollectionModifier and TypeMethodDescriptionInteractiveMessage.contentCollection()Returns the value of thecontentCollectionrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type InteractiveCollectionModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentCollection(InteractiveCollection contentCollection) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type InteractiveCollectionModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentCollection(Optional<InteractiveCollection> contentCollection)