Uses of Class
io.gs2.seasonRating.model.GameResult
Packages that use GameResult
-
Uses of GameResult in io.gs2.seasonRating.model
Methods in io.gs2.seasonRating.model that return GameResultModifier and TypeMethodDescriptionstatic GameResultGameResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GameResult.withUserId(String userId) Methods in io.gs2.seasonRating.model that return types with arguments of type GameResultMethod parameters in io.gs2.seasonRating.model with type arguments of type GameResultModifier and TypeMethodDescriptionvoidWrittenBallot.setGameResults(List<GameResult> gameResults) WrittenBallot.withGameResults(List<GameResult> gameResults) -
Uses of GameResult in io.gs2.seasonRating.request
Methods in io.gs2.seasonRating.request that return types with arguments of type GameResultModifier and TypeMethodDescriptionVoteMultipleRequest.getGameResults()VoteRequest.getGameResults()Method parameters in io.gs2.seasonRating.request with type arguments of type GameResultModifier and TypeMethodDescriptionvoidVoteMultipleRequest.setGameResults(List<GameResult> gameResults) voidVoteRequest.setGameResults(List<GameResult> gameResults) VoteMultipleRequest.withGameResults(List<GameResult> gameResults) VoteRequest.withGameResults(List<GameResult> gameResults)