Uses of Class
io.gs2.matchmaking.model.RatingModel
Packages that use RatingModel
-
Uses of RatingModel in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return RatingModelModifier and TypeMethodDescriptionstatic RatingModelRatingModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) RatingModel.withInitialValue(Integer initialValue) RatingModel.withMetadata(String metadata) RatingModel.withRatingModelId(String ratingModelId) RatingModel.withVolatility(Integer volatility) Methods in io.gs2.matchmaking.model with parameters of type RatingModel -
Uses of RatingModel in io.gs2.matchmaking.result
Methods in io.gs2.matchmaking.result that return RatingModelMethods in io.gs2.matchmaking.result that return types with arguments of type RatingModelMethods in io.gs2.matchmaking.result with parameters of type RatingModelModifier and TypeMethodDescriptionvoidGetRatingModelResult.setItem(RatingModel item) GetRatingModelResult.withItem(RatingModel item) Method parameters in io.gs2.matchmaking.result with type arguments of type RatingModelModifier and TypeMethodDescriptionvoidDescribeRatingModelsResult.setItems(List<RatingModel> items) DescribeRatingModelsResult.withItems(List<RatingModel> items)