Uses of Class
ch.threema.apitool.types.voting.BallotChoice
Packages that use BallotChoice
Package
Description
-
Uses of BallotChoice in ch.threema.apitool
Method parameters in ch.threema.apitool with type arguments of type BallotChoiceModifier and TypeMethodDescriptionstatic EncryptResultCryptTool.encryptBallotCreateMessage(byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, int order, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Ballotstatic EncryptResultCryptTool.encryptGroupBallotCreateMessage(GroupId groupId, byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, int order, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Group -
Uses of BallotChoice in ch.threema.apitool.helpers
Method parameters in ch.threema.apitool.helpers with type arguments of type BallotChoiceModifier and TypeMethodDescriptionE2EHelper.sendBallotCreateMessage(String threemaId, byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants) Encrypt a ballot create message and send it to the given recipient. -
Uses of BallotChoice in ch.threema.apitool.messages
Methods in ch.threema.apitool.messages that return types with arguments of type BallotChoiceModifier and TypeMethodDescriptionBallotCreateMessage.getChoices()The available vote choicesGroupBallotCreateMessage.getChoices()The available vote choicesConstructor parameters in ch.threema.apitool.messages with type arguments of type BallotChoiceModifierConstructorDescriptionBallotCreateMessage(byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, int order, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants) GroupBallotCreateMessage(GroupId groupId, byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, int order, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants) -
Uses of BallotChoice in ch.threema.apitool.types.voting
Methods in ch.threema.apitool.types.voting that return BallotChoiceModifier and TypeMethodDescriptionstatic BallotChoiceBallotChoice.fromString(byte[] data, int realDataLength)