Uses of Class
io.gs2.ranking.model.CategoryModel
Packages that use CategoryModel
-
Uses of CategoryModel in io.gs2.ranking.model
Methods in io.gs2.ranking.model that return CategoryModelModifier and TypeMethodDescriptionstatic CategoryModelCategoryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) CategoryModel.withAccessPeriodEventId(String accessPeriodEventId) CategoryModel.withAdditionalScopes(List<Scope> additionalScopes) CategoryModel.withCalculateFixedTimingHour(Integer calculateFixedTimingHour) CategoryModel.withCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) CategoryModel.withCalculateIntervalMinutes(Integer calculateIntervalMinutes) CategoryModel.withCategoryModelId(String categoryModelId) CategoryModel.withEntryPeriodEventId(String entryPeriodEventId) CategoryModel.withGeneration(String generation) CategoryModel.withIgnoreUserIds(List<String> ignoreUserIds) CategoryModel.withMaximumValue(Long maximumValue) CategoryModel.withMetadata(String metadata) CategoryModel.withMinimumValue(Long minimumValue) CategoryModel.withOrderDirection(String orderDirection) CategoryModel.withUniqueByUserId(Boolean uniqueByUserId) Methods in io.gs2.ranking.model with parameters of type CategoryModel -
Uses of CategoryModel in io.gs2.ranking.result
Methods in io.gs2.ranking.result that return CategoryModelMethods in io.gs2.ranking.result that return types with arguments of type CategoryModelMethods in io.gs2.ranking.result with parameters of type CategoryModelModifier and TypeMethodDescriptionvoidGetCategoryModelResult.setItem(CategoryModel item) GetCategoryModelResult.withItem(CategoryModel item) Method parameters in io.gs2.ranking.result with type arguments of type CategoryModelModifier and TypeMethodDescriptionvoidDescribeCategoryModelsResult.setItems(List<CategoryModel> items) DescribeCategoryModelsResult.withItems(List<CategoryModel> items)