| Package | Description |
|---|---|
| io.gs2.ranking | |
| io.gs2.ranking.domain.model | |
| io.gs2.ranking.request |
| Modifier and Type | Method and Description |
|---|---|
PutScoreResult |
Gs2RankingRestClient.putScore(PutScoreRequest request) |
void |
Gs2RankingRestClient.putScoreAsync(PutScoreRequest request,
AsyncAction<AsyncResult<PutScoreResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ScoreAccessTokenDomain |
RankingAccessTokenDomain.putScore(PutScoreRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static PutScoreRequest |
PutScoreRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
PutScoreRequest |
PutScoreRequest.withAccessToken(String accessToken) |
PutScoreRequest |
PutScoreRequest.withCategoryName(String categoryName) |
PutScoreRequest |
PutScoreRequest.withMetadata(String metadata) |
PutScoreRequest |
PutScoreRequest.withNamespaceName(String namespaceName) |
PutScoreRequest |
PutScoreRequest.withScore(Long score) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.