Uses of Class
io.gs2.seasonRating.model.WrittenBallot
Packages that use WrittenBallot
-
Uses of WrittenBallot in io.gs2.seasonRating.model
Methods in io.gs2.seasonRating.model that return WrittenBallotModifier and TypeMethodDescriptionstatic WrittenBallotWrittenBallot.fromJson(com.fasterxml.jackson.databind.JsonNode data) WrittenBallot.withBallot(Ballot ballot) WrittenBallot.withGameResults(List<GameResult> gameResults) Methods in io.gs2.seasonRating.model that return types with arguments of type WrittenBallotMethod parameters in io.gs2.seasonRating.model with type arguments of type WrittenBallotModifier and TypeMethodDescriptionvoidVote.setWrittenBallots(List<WrittenBallot> writtenBallots) Vote.withWrittenBallots(List<WrittenBallot> writtenBallots)