Uses of Class
io.gs2.matchmaking.model.SignedBallot
Packages that use SignedBallot
-
Uses of SignedBallot in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return SignedBallotModifier and TypeMethodDescriptionstatic SignedBallotSignedBallot.fromJson(com.fasterxml.jackson.databind.JsonNode data) SignedBallot.withSignature(String signature) -
Uses of SignedBallot in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return types with arguments of type SignedBallotMethod parameters in io.gs2.matchmaking.request with type arguments of type SignedBallotModifier and TypeMethodDescriptionvoidVoteMultipleRequest.setSignedBallots(List<SignedBallot> signedBallots) VoteMultipleRequest.withSignedBallots(List<SignedBallot> signedBallots)