| Package | Description |
|---|---|
| io.gs2.account.model | |
| io.gs2.account.request |
| Modifier and Type | Method and Description |
|---|---|
static ScriptSetting |
ScriptSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
ScriptSetting |
Namespace.getAuthenticationScript() |
ScriptSetting |
Namespace.getCreateAccountScript() |
ScriptSetting |
Namespace.getCreateTakeOverScript() |
ScriptSetting |
Namespace.getDoTakeOverScript() |
ScriptSetting |
ScriptSetting.withDoneTriggerQueueNamespaceId(String doneTriggerQueueNamespaceId) |
ScriptSetting |
ScriptSetting.withDoneTriggerScriptId(String doneTriggerScriptId) |
ScriptSetting |
ScriptSetting.withDoneTriggerTargetType(String doneTriggerTargetType) |
ScriptSetting |
ScriptSetting.withTriggerScriptId(String triggerScriptId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.setAuthenticationScript(ScriptSetting authenticationScript) |
void |
Namespace.setCreateAccountScript(ScriptSetting createAccountScript) |
void |
Namespace.setCreateTakeOverScript(ScriptSetting createTakeOverScript) |
void |
Namespace.setDoTakeOverScript(ScriptSetting doTakeOverScript) |
Namespace |
Namespace.withAuthenticationScript(ScriptSetting authenticationScript) |
Namespace |
Namespace.withCreateAccountScript(ScriptSetting createAccountScript) |
Namespace |
Namespace.withCreateTakeOverScript(ScriptSetting createTakeOverScript) |
Namespace |
Namespace.withDoTakeOverScript(ScriptSetting doTakeOverScript) |
| Modifier and Type | Method and Description |
|---|---|
ScriptSetting |
CreateNamespaceRequest.getAuthenticationScript() |
ScriptSetting |
UpdateNamespaceRequest.getAuthenticationScript() |
ScriptSetting |
CreateNamespaceRequest.getCreateAccountScript() |
ScriptSetting |
UpdateNamespaceRequest.getCreateAccountScript() |
ScriptSetting |
CreateNamespaceRequest.getCreateTakeOverScript() |
ScriptSetting |
UpdateNamespaceRequest.getCreateTakeOverScript() |
ScriptSetting |
CreateNamespaceRequest.getDoTakeOverScript() |
ScriptSetting |
UpdateNamespaceRequest.getDoTakeOverScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateNamespaceRequest.setAuthenticationScript(ScriptSetting authenticationScript) |
void |
UpdateNamespaceRequest.setAuthenticationScript(ScriptSetting authenticationScript) |
void |
CreateNamespaceRequest.setCreateAccountScript(ScriptSetting createAccountScript) |
void |
UpdateNamespaceRequest.setCreateAccountScript(ScriptSetting createAccountScript) |
void |
CreateNamespaceRequest.setCreateTakeOverScript(ScriptSetting createTakeOverScript) |
void |
UpdateNamespaceRequest.setCreateTakeOverScript(ScriptSetting createTakeOverScript) |
void |
CreateNamespaceRequest.setDoTakeOverScript(ScriptSetting doTakeOverScript) |
void |
UpdateNamespaceRequest.setDoTakeOverScript(ScriptSetting doTakeOverScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withAuthenticationScript(ScriptSetting authenticationScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withAuthenticationScript(ScriptSetting authenticationScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withCreateAccountScript(ScriptSetting createAccountScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withCreateAccountScript(ScriptSetting createAccountScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withCreateTakeOverScript(ScriptSetting createTakeOverScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withCreateTakeOverScript(ScriptSetting createTakeOverScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withDoTakeOverScript(ScriptSetting doTakeOverScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withDoTakeOverScript(ScriptSetting doTakeOverScript) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.