| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
PutResultResult |
Gs2MatchmakingRestClient.putResult(PutResultRequest request) |
void |
Gs2MatchmakingRestClient.putResultAsync(PutResultRequest request,
AsyncAction<AsyncResult<PutResultResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
RatingDomain[] |
UserDomain.putResult(PutResultRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static PutResultRequest |
PutResultRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
PutResultRequest |
PutResultRequest.withGameResults(List<GameResult> gameResults) |
PutResultRequest |
PutResultRequest.withNamespaceName(String namespaceName) |
PutResultRequest |
PutResultRequest.withRatingName(String ratingName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.