Uses of Class
io.gs2.idle.model.CategoryModel
Packages that use CategoryModel
-
Uses of CategoryModel in io.gs2.idle.model
Methods in io.gs2.idle.model that return CategoryModelModifier and TypeMethodDescriptionstatic CategoryModelCategoryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) CategoryModel.withAcquireActions(List<AcquireActionList> acquireActions) CategoryModel.withCategoryModelId(String categoryModelId) CategoryModel.withDefaultMaximumIdleMinutes(Integer defaultMaximumIdleMinutes) CategoryModel.withIdlePeriodScheduleId(String idlePeriodScheduleId) CategoryModel.withMetadata(String metadata) CategoryModel.withReceivePeriodScheduleId(String receivePeriodScheduleId) CategoryModel.withRewardIntervalMinutes(Integer rewardIntervalMinutes) Methods in io.gs2.idle.model with parameters of type CategoryModel -
Uses of CategoryModel in io.gs2.idle.result
Methods in io.gs2.idle.result that return CategoryModelMethods in io.gs2.idle.result that return types with arguments of type CategoryModelMethods in io.gs2.idle.result with parameters of type CategoryModelModifier and TypeMethodDescriptionvoidGetCategoryModelResult.setItem(CategoryModel item) GetCategoryModelResult.withItem(CategoryModel item) Method parameters in io.gs2.idle.result with type arguments of type CategoryModelModifier and TypeMethodDescriptionvoidDescribeCategoryModelsResult.setItems(List<CategoryModel> items) DescribeCategoryModelsResult.withItems(List<CategoryModel> items)