Uses of Class
io.gs2.idle.model.CategoryModelMaster
Packages that use CategoryModelMaster
-
Uses of CategoryModelMaster in io.gs2.idle.model
Methods in io.gs2.idle.model that return CategoryModelMasterModifier and TypeMethodDescriptionstatic CategoryModelMasterCategoryModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) CategoryModelMaster.withAcquireActions(List<AcquireActionList> acquireActions) CategoryModelMaster.withCategoryModelId(String categoryModelId) CategoryModelMaster.withCreatedAt(Long createdAt) CategoryModelMaster.withDefaultMaximumIdleMinutes(Integer defaultMaximumIdleMinutes) CategoryModelMaster.withDescription(String description) CategoryModelMaster.withIdlePeriodScheduleId(String idlePeriodScheduleId) CategoryModelMaster.withMetadata(String metadata) CategoryModelMaster.withReceivePeriodScheduleId(String receivePeriodScheduleId) CategoryModelMaster.withRevision(Long revision) CategoryModelMaster.withRewardIntervalMinutes(Integer rewardIntervalMinutes) CategoryModelMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.idle.model with parameters of type CategoryModelMaster -
Uses of CategoryModelMaster in io.gs2.idle.result
Methods in io.gs2.idle.result that return CategoryModelMasterModifier and TypeMethodDescriptionCreateCategoryModelMasterResult.getItem()DeleteCategoryModelMasterResult.getItem()GetCategoryModelMasterResult.getItem()UpdateCategoryModelMasterResult.getItem()Methods in io.gs2.idle.result that return types with arguments of type CategoryModelMasterMethods in io.gs2.idle.result with parameters of type CategoryModelMasterModifier and TypeMethodDescriptionvoidCreateCategoryModelMasterResult.setItem(CategoryModelMaster item) voidDeleteCategoryModelMasterResult.setItem(CategoryModelMaster item) voidGetCategoryModelMasterResult.setItem(CategoryModelMaster item) voidUpdateCategoryModelMasterResult.setItem(CategoryModelMaster item) CreateCategoryModelMasterResult.withItem(CategoryModelMaster item) DeleteCategoryModelMasterResult.withItem(CategoryModelMaster item) GetCategoryModelMasterResult.withItem(CategoryModelMaster item) UpdateCategoryModelMasterResult.withItem(CategoryModelMaster item) Method parameters in io.gs2.idle.result with type arguments of type CategoryModelMasterModifier and TypeMethodDescriptionvoidDescribeCategoryModelMastersResult.setItems(List<CategoryModelMaster> items) DescribeCategoryModelMastersResult.withItems(List<CategoryModelMaster> items)