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