| Package | Description |
|---|---|
| io.gs2.ranking.domain.iterator | |
| io.gs2.ranking.domain.model | |
| io.gs2.ranking.model | |
| io.gs2.ranking.result |
| Modifier and Type | Method and Description |
|---|---|
Score |
DescribeScoresByUserIdIterator.next() |
Score |
DescribeScoresIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Score> |
DescribeScoresByUserIdIterator.iterator() |
Iterator<Score> |
DescribeScoresIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Score |
ScoreAccessTokenDomain.model() |
Score |
ScoreDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Score |
Score.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Score |
Score.withCategoryName(String categoryName) |
Score |
Score.withCreatedAt(Long createdAt) |
Score |
Score.withMetadata(String metadata) |
Score |
Score.withScore(Long score) |
Score |
Score.withScoreId(String scoreId) |
Score |
Score.withScorerUserId(String scorerUserId) |
Score |
Score.withUniqueId(String uniqueId) |
Score |
Score.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
int |
Score.compareTo(Score o) |
| Modifier and Type | Method and Description |
|---|---|
Score |
GetScoreResult.getItem() |
Score |
GetScoreByUserIdResult.getItem() |
Score |
PutScoreByUserIdResult.getItem() |
Score |
PutScoreResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Score> |
DescribeScoresByUserIdResult.getItems() |
List<Score> |
DescribeScoresResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetScoreResult.setItem(Score item) |
void |
GetScoreByUserIdResult.setItem(Score item) |
void |
PutScoreByUserIdResult.setItem(Score item) |
void |
PutScoreResult.setItem(Score item) |
GetScoreResult |
GetScoreResult.withItem(Score item) |
GetScoreByUserIdResult |
GetScoreByUserIdResult.withItem(Score item) |
PutScoreByUserIdResult |
PutScoreByUserIdResult.withItem(Score item) |
PutScoreResult |
PutScoreResult.withItem(Score item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScoresByUserIdResult.setItems(List<Score> items) |
void |
DescribeScoresResult.setItems(List<Score> items) |
DescribeScoresByUserIdResult |
DescribeScoresByUserIdResult.withItems(List<Score> items) |
DescribeScoresResult |
DescribeScoresResult.withItems(List<Score> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.