| Package | Description |
|---|---|
| io.gs2.key.domain.iterator | |
| io.gs2.key.domain.model | |
| io.gs2.key.model | |
| io.gs2.key.result |
| Modifier and Type | Method and Description |
|---|---|
Key |
DescribeKeysIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Key> |
DescribeKeysIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Key |
KeyDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Key |
Key.withCreatedAt(Long createdAt) |
Key |
Key.withDescription(String description) |
Key |
Key.withKeyId(String keyId) |
Key |
Key.withName(String name) |
Key |
Key.withUpdatedAt(Long updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
int |
Key.compareTo(Key o) |
| Modifier and Type | Method and Description |
|---|---|
Key |
DeleteKeyResult.getItem() |
Key |
UpdateKeyResult.getItem() |
Key |
CreateKeyResult.getItem() |
Key |
GetKeyResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Key> |
DescribeKeysResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteKeyResult.setItem(Key item) |
void |
UpdateKeyResult.setItem(Key item) |
void |
CreateKeyResult.setItem(Key item) |
void |
GetKeyResult.setItem(Key item) |
DeleteKeyResult |
DeleteKeyResult.withItem(Key item) |
UpdateKeyResult |
UpdateKeyResult.withItem(Key item) |
CreateKeyResult |
CreateKeyResult.withItem(Key item) |
GetKeyResult |
GetKeyResult.withItem(Key item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeKeysResult.setItems(List<Key> items) |
DescribeKeysResult |
DescribeKeysResult.withItems(List<Key> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.