Uses of Class
io.gs2.account.request.UpdateNamespaceRequest
Packages that use UpdateNamespaceRequest
-
Uses of UpdateNamespaceRequest in io.gs2.account
Methods in io.gs2.account with parameters of type UpdateNamespaceRequestModifier and TypeMethodDescriptionGs2AccountRestClient.updateNamespace(UpdateNamespaceRequest request) voidGs2AccountRestClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) -
Uses of UpdateNamespaceRequest in io.gs2.account.request
Methods in io.gs2.account.request that return UpdateNamespaceRequestModifier and TypeMethodDescriptionstatic UpdateNamespaceRequestUpdateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateNamespaceRequest.withAuthenticationScript(ScriptSetting authenticationScript) UpdateNamespaceRequest.withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) UpdateNamespaceRequest.withCreateAccountScript(ScriptSetting createAccountScript) UpdateNamespaceRequest.withCreateTakeOverScript(ScriptSetting createTakeOverScript) UpdateNamespaceRequest.withDescription(String description) UpdateNamespaceRequest.withDoTakeOverScript(ScriptSetting doTakeOverScript) UpdateNamespaceRequest.withLogSetting(LogSetting logSetting) UpdateNamespaceRequest.withNamespaceName(String namespaceName)