Uses of Record Class
it.auties.whatsapp.model.poll.PollOption
Packages that use PollOption
Package
Description
-
Uses of PollOption in it.auties.whatsapp.model.button.misc
Fields in it.auties.whatsapp.model.button.misc with type parameters of type PollOptionModifier and TypeFieldDescriptionprivate final List<PollOption> ButtonOpaqueData.pollOptionsThe field for thepollOptionsrecord component.private List<PollOption> ButtonOpaqueDataBuilder.pollOptionsMethods in it.auties.whatsapp.model.button.misc that return types with arguments of type PollOptionModifier and TypeMethodDescriptionButtonOpaqueData.pollOptions()Returns the value of thepollOptionsrecord component.Method parameters in it.auties.whatsapp.model.button.misc with type arguments of type PollOptionModifier and TypeMethodDescriptionButtonOpaqueDataBuilder.pollOptions(List<PollOption> pollOptions) Constructor parameters in it.auties.whatsapp.model.button.misc with type arguments of type PollOptionModifierConstructorDescriptionButtonOpaqueData(Optional<String> body, Optional<String> caption, double longitude, double latitude, int paymentAmount1000, Optional<String> paymentNote, Optional<String> canonicalUrl, Optional<String> matchedText, Optional<String> title, Optional<String> description, boolean isLive, Optional<byte[]> futureProofBuffer, Optional<String> clientUrl, Optional<String> loc, Optional<String> pollName, List<PollOption> pollOptions, int pollSelectableOptionsCount, Optional<byte[]> messageSecret, Optional<String> originalSelfAuthor, long senderTimestampMs, Optional<String> pollUpdateParentKey, Optional<PollUpdateEncryptedMetadata> encPollVote, Optional<String> encReactionTargetMessageKey, Optional<byte[]> encReactionEncPayload, Optional<byte[]> encReactionEncIv) Creates an instance of aButtonOpaqueDatarecord class. -
Uses of PollOption in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard with type parameters of type PollOptionModifier and TypeFieldDescriptionprivate final List<PollOption> PollCreationMessage.selectableOptionsprivate List<PollOption> PollCreationMessageBuilder.selectableOptionsprivate List<PollOption> PollCreationMessageSimpleBuilder.selectableOptionsprivate final Map<String, PollOption> PollCreationMessage.selectableOptionsMapprivate final Map<Jid, Collection<PollOption>> PollCreationMessage.selectedOptionsMapprivate List<PollOption> PollUpdateMessage.votesprivate List<PollOption> PollUpdateMessageSimpleBuilder.votesMethods in it.auties.whatsapp.model.message.standard that return types with arguments of type PollOptionModifier and TypeMethodDescriptionPollCreationMessage.getSelectableOption(String hash) PollCreationMessage.getSelectedOptions(JidProvider voter) Returns an unmodifiable list of the options that a contact voted in this pollPollCreationMessage.selectableOptions()PollUpdateMessage.votes()Methods in it.auties.whatsapp.model.message.standard with parameters of type PollOptionModifier and TypeMethodDescriptionvoidPollCreationMessage.addSelectableOption(String hash, PollOption option) Method parameters in it.auties.whatsapp.model.message.standard with type arguments of type PollOptionModifier and TypeMethodDescriptionvoidPollCreationMessage.addSelectedOptions(JidProvider voter, Collection<PollOption> voted) PollCreationMessageBuilder.selectableOptions(List<PollOption> selectableOptions) PollCreationMessageSimpleBuilder.selectableOptions(List<PollOption> selectableOptions) PollUpdateMessage.setVotes(List<PollOption> votes) (package private) static PollCreationMessagePollCreationMessage.simpleBuilder(String title, List<PollOption> selectableOptions) Constructs a new builder to create a PollCreationMessage The newsletters can be later sent usingWhatsapp.sendMessage(ChatMessageInfo)(package private) static PollUpdateMessagePollUpdateMessage.simpleBuilder(ChatMessageInfo poll, List<PollOption> votes) Constructs a new builder to create a PollCreationMessage The newsletters can be later sent usingWhatsapp.sendMessage(ChatMessageInfo)PollUpdateMessageSimpleBuilder.votes(List<PollOption> votes) Constructor parameters in it.auties.whatsapp.model.message.standard with type arguments of type PollOptionModifierConstructorDescriptionPollCreationMessage(byte[] encryptionKey, String title, List<PollOption> selectableOptions, int selectableOptionsCount, ContextInfo contextInfo) PollCreationMessage(byte[] encryptionKey, String title, List<PollOption> selectableOptions, int selectableOptionsCount, ContextInfo contextInfo, Map<String, PollOption> selectableOptionsMap, Map<Jid, Collection<PollOption>> selectedOptionsMap) PollCreationMessage(byte[] encryptionKey, String title, List<PollOption> selectableOptions, int selectableOptionsCount, ContextInfo contextInfo, Map<String, PollOption> selectableOptionsMap, Map<Jid, Collection<PollOption>> selectedOptionsMap) -
Uses of PollOption in it.auties.whatsapp.model.poll
Methods in it.auties.whatsapp.model.poll that return PollOptionModifier and TypeMethodDescriptionPollOptionBuilder.build()static PollOptionPollOptionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.poll with parameters of type PollOptionModifier and TypeMethodDescriptionstatic byte[]PollOptionSpec.encode(PollOption protoInputObject)