Uses of Class
io.gs2.matchmaking.model.RatingModelMaster
Packages that use RatingModelMaster
-
Uses of RatingModelMaster in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return RatingModelMasterModifier and TypeMethodDescriptionstatic RatingModelMasterRatingModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) RatingModelMaster.withCreatedAt(Long createdAt) RatingModelMaster.withDescription(String description) RatingModelMaster.withInitialValue(Integer initialValue) RatingModelMaster.withMetadata(String metadata) RatingModelMaster.withRatingModelId(String ratingModelId) RatingModelMaster.withRevision(Long revision) RatingModelMaster.withUpdatedAt(Long updatedAt) RatingModelMaster.withVolatility(Integer volatility) Methods in io.gs2.matchmaking.model with parameters of type RatingModelMaster -
Uses of RatingModelMaster in io.gs2.matchmaking.result
Methods in io.gs2.matchmaking.result that return RatingModelMasterModifier and TypeMethodDescriptionCreateRatingModelMasterResult.getItem()DeleteRatingModelMasterResult.getItem()GetRatingModelMasterResult.getItem()UpdateRatingModelMasterResult.getItem()Methods in io.gs2.matchmaking.result that return types with arguments of type RatingModelMasterMethods in io.gs2.matchmaking.result with parameters of type RatingModelMasterModifier and TypeMethodDescriptionvoidCreateRatingModelMasterResult.setItem(RatingModelMaster item) voidDeleteRatingModelMasterResult.setItem(RatingModelMaster item) voidGetRatingModelMasterResult.setItem(RatingModelMaster item) voidUpdateRatingModelMasterResult.setItem(RatingModelMaster item) CreateRatingModelMasterResult.withItem(RatingModelMaster item) DeleteRatingModelMasterResult.withItem(RatingModelMaster item) GetRatingModelMasterResult.withItem(RatingModelMaster item) UpdateRatingModelMasterResult.withItem(RatingModelMaster item) Method parameters in io.gs2.matchmaking.result with type arguments of type RatingModelMasterModifier and TypeMethodDescriptionvoidDescribeRatingModelMastersResult.setItems(List<RatingModelMaster> items) DescribeRatingModelMastersResult.withItems(List<RatingModelMaster> items)