| Package | Description |
|---|---|
| io.gs2.ranking | |
| io.gs2.ranking.request |
| Modifier and Type | Method and Description |
|---|---|
GetScoreResult |
Gs2RankingRestClient.getScore(GetScoreRequest request) |
void |
Gs2RankingRestClient.getScoreAsync(GetScoreRequest request,
AsyncAction<AsyncResult<GetScoreResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
static GetScoreRequest |
GetScoreRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
GetScoreRequest |
GetScoreRequest.withAccessToken(String accessToken) |
GetScoreRequest |
GetScoreRequest.withCategoryName(String categoryName) |
GetScoreRequest |
GetScoreRequest.withNamespaceName(String namespaceName) |
GetScoreRequest |
GetScoreRequest.withScorerUserId(String scorerUserId) |
GetScoreRequest |
GetScoreRequest.withUniqueId(String uniqueId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.