| 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 |
|---|---|
CategoryModel |
DescribeCategoryModelsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CategoryModel> |
DescribeCategoryModelsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
CategoryModel |
CategoryModelDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static CategoryModel |
CategoryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CategoryModel |
CategoryModel.withAccessPeriodEventId(String accessPeriodEventId) |
CategoryModel |
CategoryModel.withCalculateFixedTimingHour(Integer calculateFixedTimingHour) |
CategoryModel |
CategoryModel.withCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) |
CategoryModel |
CategoryModel.withCalculateIntervalMinutes(Integer calculateIntervalMinutes) |
CategoryModel |
CategoryModel.withCategoryModelId(String categoryModelId) |
CategoryModel |
CategoryModel.withEntryPeriodEventId(String entryPeriodEventId) |
CategoryModel |
CategoryModel.withGeneration(String generation) |
CategoryModel |
CategoryModel.withMaximumValue(Long maximumValue) |
CategoryModel |
CategoryModel.withMetadata(String metadata) |
CategoryModel |
CategoryModel.withMinimumValue(Long minimumValue) |
CategoryModel |
CategoryModel.withName(String name) |
CategoryModel |
CategoryModel.withOrderDirection(String orderDirection) |
CategoryModel |
CategoryModel.withScope(String scope) |
CategoryModel |
CategoryModel.withUniqueByUserId(Boolean uniqueByUserId) |
| Modifier and Type | Method and Description |
|---|---|
int |
CategoryModel.compareTo(CategoryModel o) |
| Modifier and Type | Method and Description |
|---|---|
CategoryModel |
GetCategoryModelResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryModel> |
DescribeCategoryModelsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCategoryModelResult.setItem(CategoryModel item) |
GetCategoryModelResult |
GetCategoryModelResult.withItem(CategoryModel item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCategoryModelsResult.setItems(List<CategoryModel> items) |
DescribeCategoryModelsResult |
DescribeCategoryModelsResult.withItems(List<CategoryModel> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.