Uses of Class
io.gs2.lottery.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.createNamespace(CreateNamespaceRequest request) voidGs2LotteryRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withChoicePrizeTableScriptId(String choicePrizeTableScriptId) CreateNamespaceRequest.withDescription(String description) Deprecated.CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withLotteryTriggerScriptId(String lotteryTriggerScriptId) CreateNamespaceRequest.withQueueNamespaceId(String queueNamespaceId) Deprecated.CreateNamespaceRequest.withTransactionSetting(TransactionSetting transactionSetting)