Uses of Record Class
it.auties.whatsapp.model.poll.SelectedPollOption
Packages that use SelectedPollOption
-
Uses of SelectedPollOption in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard with type parameters of type SelectedPollOptionModifier and TypeFieldDescription(package private) final List<SelectedPollOption> PollCreationMessage.selectedOptionsprivate List<SelectedPollOption> PollCreationMessageBuilder.selectedOptionsMethods in it.auties.whatsapp.model.message.standard that return types with arguments of type SelectedPollOptionModifier and TypeMethodDescriptionPollCreationMessage.getSelectedOptions(JidProvider voter) Returns an unmodifiable list of the options that a contact voted in this pollMethod parameters in it.auties.whatsapp.model.message.standard with type arguments of type SelectedPollOptionModifier and TypeMethodDescriptionPollCreationMessageBuilder.selectedOptions(List<SelectedPollOption> selectedOptions) -
Uses of SelectedPollOption in it.auties.whatsapp.model.poll
Methods in it.auties.whatsapp.model.poll that return SelectedPollOptionModifier and TypeMethodDescriptionSelectedPollOptionBuilder.build()static SelectedPollOptionSelectedPollOptionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.poll with parameters of type SelectedPollOptionModifier and TypeMethodDescriptionstatic byte[]SelectedPollOptionSpec.encode(SelectedPollOption protoInputObject)