Uses of Enum Class
ch.threema.apitool.types.voting.ResultsDisclosureType
Packages that use ResultsDisclosureType
Package
Description
-
Uses of ResultsDisclosureType in ch.threema.apitool
Methods in ch.threema.apitool with parameters of type ResultsDisclosureTypeModifier 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 ResultsDisclosureType in ch.threema.apitool.helpers
Methods in ch.threema.apitool.helpers with parameters of type ResultsDisclosureTypeModifier 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.ApiResponse<org.json.JSONArray> E2EHelper.sendGroupBallotCreateMessage(List<String> threemaIds, GroupId groupId, 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 group. -
Uses of ResultsDisclosureType in ch.threema.apitool.messages
Methods in ch.threema.apitool.messages that return ResultsDisclosureTypeModifier and TypeMethodDescriptionBallotCreateMessage.getResultsDisclosureType()The poll results disclosure typeGroupBallotCreateMessage.getResultsDisclosureType()The poll results disclosure typeConstructors in ch.threema.apitool.messages with parameters of type ResultsDisclosureTypeModifierConstructorDescriptionBallotCreateMessage(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 ResultsDisclosureType in ch.threema.apitool.types.voting
Methods in ch.threema.apitool.types.voting that return ResultsDisclosureTypeModifier and TypeMethodDescriptionstatic ResultsDisclosureTypeResultsDisclosureType.valueOf(int disclosureType) Returns the enum constant of this class with the specified name.static ResultsDisclosureTypeReturns the enum constant of this class with the specified name.static ResultsDisclosureType[]ResultsDisclosureType.values()Returns an array containing the constants of this enum class, in the order they are declared.