Package io.gs2.account.request
Class UpdateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.account.request.UpdateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAuthenticationScript(ScriptSetting authenticationScript) voidsetChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) voidsetCreateAccountScript(ScriptSetting createAccountScript) voidsetCreateTakeOverScript(ScriptSetting createTakeOverScript) voidsetDescription(String description) voidsetDoTakeOverScript(ScriptSetting doTakeOverScript) voidsetLogSetting(LogSetting logSetting) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAuthenticationScript(ScriptSetting authenticationScript) withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) withCreateAccountScript(ScriptSetting createAccountScript) withCreateTakeOverScript(ScriptSetting createTakeOverScript) withDescription(String description) withDoTakeOverScript(ScriptSetting doTakeOverScript) withLogSetting(LogSetting logSetting) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateNamespaceRequest
public UpdateNamespaceRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getDescription
-
setDescription
-
withDescription
-
getChangePasswordIfTakeOver
-
setChangePasswordIfTakeOver
-
withChangePasswordIfTakeOver
-
getCreateAccountScript
-
setCreateAccountScript
-
withCreateAccountScript
-
getAuthenticationScript
-
setAuthenticationScript
-
withAuthenticationScript
-
getCreateTakeOverScript
-
setCreateTakeOverScript
-
withCreateTakeOverScript
-
getDoTakeOverScript
-
setDoTakeOverScript
-
withDoTakeOverScript
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-