Uses of Class
io.gs2.lottery.request.CreateLotteryModelMasterRequest
Packages that use CreateLotteryModelMasterRequest
-
Uses of CreateLotteryModelMasterRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type CreateLotteryModelMasterRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.createLotteryModelMaster(CreateLotteryModelMasterRequest request) voidGs2LotteryRestClient.createLotteryModelMasterAsync(CreateLotteryModelMasterRequest request, AsyncAction<AsyncResult<CreateLotteryModelMasterResult>> callback) -
Uses of CreateLotteryModelMasterRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return CreateLotteryModelMasterRequestModifier and TypeMethodDescriptionCreateLotteryModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateLotteryModelMasterRequest.withChoicePrizeTableScriptId(String choicePrizeTableScriptId) CreateLotteryModelMasterRequest.withDescription(String description) CreateLotteryModelMasterRequest.withMetadata(String metadata) CreateLotteryModelMasterRequest.withMethod(String method) CreateLotteryModelMasterRequest.withNamespaceName(String namespaceName) CreateLotteryModelMasterRequest.withPrizeTableName(String prizeTableName)