Class UpdateNamespaceRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.account.request.UpdateNamespaceRequest
All Implemented Interfaces:
IRequest, Serializable

public class UpdateNamespaceRequest extends Gs2BasicRequest<UpdateNamespaceRequest>
See Also:
  • Constructor Details

    • UpdateNamespaceRequest

      public UpdateNamespaceRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public UpdateNamespaceRequest withNamespaceName(String namespaceName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public UpdateNamespaceRequest withDescription(String description)
    • getChangePasswordIfTakeOver

      public Boolean getChangePasswordIfTakeOver()
    • setChangePasswordIfTakeOver

      public void setChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver)
    • withChangePasswordIfTakeOver

      public UpdateNamespaceRequest withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver)
    • getCreateAccountScript

      public ScriptSetting getCreateAccountScript()
    • setCreateAccountScript

      public void setCreateAccountScript(ScriptSetting createAccountScript)
    • withCreateAccountScript

      public UpdateNamespaceRequest withCreateAccountScript(ScriptSetting createAccountScript)
    • getAuthenticationScript

      public ScriptSetting getAuthenticationScript()
    • setAuthenticationScript

      public void setAuthenticationScript(ScriptSetting authenticationScript)
    • withAuthenticationScript

      public UpdateNamespaceRequest withAuthenticationScript(ScriptSetting authenticationScript)
    • getCreateTakeOverScript

      public ScriptSetting getCreateTakeOverScript()
    • setCreateTakeOverScript

      public void setCreateTakeOverScript(ScriptSetting createTakeOverScript)
    • withCreateTakeOverScript

      public UpdateNamespaceRequest withCreateTakeOverScript(ScriptSetting createTakeOverScript)
    • getDoTakeOverScript

      public ScriptSetting getDoTakeOverScript()
    • setDoTakeOverScript

      public void setDoTakeOverScript(ScriptSetting doTakeOverScript)
    • withDoTakeOverScript

      public UpdateNamespaceRequest withDoTakeOverScript(ScriptSetting doTakeOverScript)
    • getLogSetting

      public LogSetting getLogSetting()
    • setLogSetting

      public void setLogSetting(LogSetting logSetting)
    • withLogSetting

      public UpdateNamespaceRequest withLogSetting(LogSetting logSetting)
    • fromJson

      public static UpdateNamespaceRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()