Uses of Class
io.gs2.lottery.model.CurrentLotteryMaster
Packages that use CurrentLotteryMaster
-
Uses of CurrentLotteryMaster in io.gs2.lottery.model
Methods in io.gs2.lottery.model that return CurrentLotteryMasterModifier and TypeMethodDescriptionstatic CurrentLotteryMasterCurrentLotteryMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) CurrentLotteryMaster.withNamespaceId(String namespaceId) CurrentLotteryMaster.withSettings(String settings) Methods in io.gs2.lottery.model with parameters of type CurrentLotteryMaster -
Uses of CurrentLotteryMaster in io.gs2.lottery.result
Methods in io.gs2.lottery.result that return CurrentLotteryMasterModifier and TypeMethodDescriptionExportMasterResult.getItem()GetCurrentLotteryMasterResult.getItem()UpdateCurrentLotteryMasterFromGitHubResult.getItem()UpdateCurrentLotteryMasterResult.getItem()Methods in io.gs2.lottery.result with parameters of type CurrentLotteryMasterModifier and TypeMethodDescriptionvoidExportMasterResult.setItem(CurrentLotteryMaster item) voidGetCurrentLotteryMasterResult.setItem(CurrentLotteryMaster item) voidUpdateCurrentLotteryMasterFromGitHubResult.setItem(CurrentLotteryMaster item) voidUpdateCurrentLotteryMasterResult.setItem(CurrentLotteryMaster item) ExportMasterResult.withItem(CurrentLotteryMaster item) GetCurrentLotteryMasterResult.withItem(CurrentLotteryMaster item) UpdateCurrentLotteryMasterFromGitHubResult.withItem(CurrentLotteryMaster item) UpdateCurrentLotteryMasterResult.withItem(CurrentLotteryMaster item)