Uses of Class
io.gs2.lottery.request.UpdateNamespaceRequest
Packages that use UpdateNamespaceRequest
-
Uses of UpdateNamespaceRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type UpdateNamespaceRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.updateNamespace(UpdateNamespaceRequest request) voidGs2LotteryRestClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) -
Uses of UpdateNamespaceRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return UpdateNamespaceRequestModifier and TypeMethodDescriptionstatic UpdateNamespaceRequestUpdateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateNamespaceRequest.withChoicePrizeTableScriptId(String choicePrizeTableScriptId) UpdateNamespaceRequest.withDescription(String description) Deprecated.UpdateNamespaceRequest.withLogSetting(LogSetting logSetting) UpdateNamespaceRequest.withLotteryTriggerScriptId(String lotteryTriggerScriptId) UpdateNamespaceRequest.withNamespaceName(String namespaceName) UpdateNamespaceRequest.withQueueNamespaceId(String queueNamespaceId) Deprecated.UpdateNamespaceRequest.withTransactionSetting(TransactionSetting transactionSetting)