Uses of Class
io.gs2.matchmaking.model.Vote
Packages that use Vote
-
Uses of Vote in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return VoteModifier and TypeMethodDescriptionstatic VoteVote.fromJson(com.fasterxml.jackson.databind.JsonNode data) Vote.withCreatedAt(Long createdAt) Vote.withGatheringName(String gatheringName) Vote.withRatingName(String ratingName) Vote.withUpdatedAt(Long updatedAt) Vote.withVoteId(String voteId) Vote.withWrittenBallots(List<WrittenBallot> writtenBallots) Methods in io.gs2.matchmaking.model with parameters of type Vote