Class CreateNamespaceRequest

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

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

    • CreateNamespaceRequest

      public CreateNamespaceRequest()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public CreateNamespaceRequest withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public CreateNamespaceRequest withDescription(String description)
    • getChangePasswordIfTakeOver

      public Boolean getChangePasswordIfTakeOver()
    • setChangePasswordIfTakeOver

      public void setChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver)
    • withChangePasswordIfTakeOver

      public CreateNamespaceRequest withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver)
    • getDifferentUserIdForLoginAndDataRetention

      public Boolean getDifferentUserIdForLoginAndDataRetention()
    • setDifferentUserIdForLoginAndDataRetention

      public void setDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention)
    • withDifferentUserIdForLoginAndDataRetention

      public CreateNamespaceRequest withDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention)
    • getCreateAccountScript

      public ScriptSetting getCreateAccountScript()
    • setCreateAccountScript

      public void setCreateAccountScript(ScriptSetting createAccountScript)
    • withCreateAccountScript

      public CreateNamespaceRequest withCreateAccountScript(ScriptSetting createAccountScript)
    • getAuthenticationScript

      public ScriptSetting getAuthenticationScript()
    • setAuthenticationScript

      public void setAuthenticationScript(ScriptSetting authenticationScript)
    • withAuthenticationScript

      public CreateNamespaceRequest withAuthenticationScript(ScriptSetting authenticationScript)
    • getCreateTakeOverScript

      public ScriptSetting getCreateTakeOverScript()
    • setCreateTakeOverScript

      public void setCreateTakeOverScript(ScriptSetting createTakeOverScript)
    • withCreateTakeOverScript

      public CreateNamespaceRequest withCreateTakeOverScript(ScriptSetting createTakeOverScript)
    • getDoTakeOverScript

      public ScriptSetting getDoTakeOverScript()
    • setDoTakeOverScript

      public void setDoTakeOverScript(ScriptSetting doTakeOverScript)
    • withDoTakeOverScript

      public CreateNamespaceRequest withDoTakeOverScript(ScriptSetting doTakeOverScript)
    • getLogSetting

      public LogSetting getLogSetting()
    • setLogSetting

      public void setLogSetting(LogSetting logSetting)
    • withLogSetting

      public CreateNamespaceRequest withLogSetting(LogSetting logSetting)
    • fromJson

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

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