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