| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateRatingModelMasterResult |
Gs2MatchmakingRestClient.updateRatingModelMaster(UpdateRatingModelMasterRequest request) |
void |
Gs2MatchmakingRestClient.updateRatingModelMasterAsync(UpdateRatingModelMasterRequest request,
AsyncAction<AsyncResult<UpdateRatingModelMasterResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
RatingModelMasterDomain |
RatingModelMasterDomain.update(UpdateRatingModelMasterRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRatingModelMasterRequest |
UpdateRatingModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UpdateRatingModelMasterRequest |
UpdateRatingModelMasterRequest.withDescription(String description) |
UpdateRatingModelMasterRequest |
UpdateRatingModelMasterRequest.withMetadata(String metadata) |
UpdateRatingModelMasterRequest |
UpdateRatingModelMasterRequest.withNamespaceName(String namespaceName) |
UpdateRatingModelMasterRequest |
UpdateRatingModelMasterRequest.withRatingName(String ratingName) |
UpdateRatingModelMasterRequest |
UpdateRatingModelMasterRequest.withVolatility(Integer volatility) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.