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