Uses of Class
io.gs2.lottery.request.UpdateLotteryModelMasterRequest
Packages that use UpdateLotteryModelMasterRequest
-
Uses of UpdateLotteryModelMasterRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type UpdateLotteryModelMasterRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.updateLotteryModelMaster(UpdateLotteryModelMasterRequest request) voidGs2LotteryRestClient.updateLotteryModelMasterAsync(UpdateLotteryModelMasterRequest request, AsyncAction<AsyncResult<UpdateLotteryModelMasterResult>> callback) -
Uses of UpdateLotteryModelMasterRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return UpdateLotteryModelMasterRequestModifier and TypeMethodDescriptionUpdateLotteryModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateLotteryModelMasterRequest.withChoicePrizeTableScriptId(String choicePrizeTableScriptId) UpdateLotteryModelMasterRequest.withDescription(String description) UpdateLotteryModelMasterRequest.withLotteryName(String lotteryName) UpdateLotteryModelMasterRequest.withMetadata(String metadata) UpdateLotteryModelMasterRequest.withMethod(String method) UpdateLotteryModelMasterRequest.withNamespaceName(String namespaceName) UpdateLotteryModelMasterRequest.withPrizeTableName(String prizeTableName)