Uses of Class
io.gs2.account.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.account
Methods in io.gs2.account with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2AccountRestClient.createNamespace(CreateNamespaceRequest request) voidGs2AccountRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.account.request
Methods in io.gs2.account.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withAuthenticationScript(ScriptSetting authenticationScript) CreateNamespaceRequest.withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) CreateNamespaceRequest.withCreateAccountScript(ScriptSetting createAccountScript) CreateNamespaceRequest.withCreateTakeOverScript(ScriptSetting createTakeOverScript) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) CreateNamespaceRequest.withDoTakeOverScript(ScriptSetting doTakeOverScript) CreateNamespaceRequest.withLogSetting(LogSetting logSetting)