| Package | Description |
|---|---|
| io.gs2.inventory | |
| io.gs2.inventory.domain | |
| io.gs2.inventory.request |
| Modifier and Type | Method and Description |
|---|---|
CreateNamespaceResult |
Gs2InventoryRestClient.createNamespace(CreateNamespaceRequest request) |
void |
Gs2InventoryRestClient.createNamespaceAsync(CreateNamespaceRequest request,
AsyncAction<AsyncResult<CreateNamespaceResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDomain |
Gs2Inventory.createNamespace(CreateNamespaceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CreateNamespaceRequest |
CreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CreateNamespaceRequest |
CreateNamespaceRequest.withAcquireScript(ScriptSetting acquireScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withConsumeScript(ScriptSetting consumeScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withDescription(String description) |
CreateNamespaceRequest |
CreateNamespaceRequest.withLogSetting(LogSetting logSetting) |
CreateNamespaceRequest |
CreateNamespaceRequest.withName(String name) |
CreateNamespaceRequest |
CreateNamespaceRequest.withOverflowScript(ScriptSetting overflowScript) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.