| Package | Description |
|---|---|
| io.gs2.inbox.domain.iterator | |
| io.gs2.inbox.domain.model | |
| io.gs2.inbox.model | |
| io.gs2.inbox.result |
| Modifier and Type | Method and Description |
|---|---|
GlobalMessage |
DescribeGlobalMessagesIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GlobalMessage> |
DescribeGlobalMessagesIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
GlobalMessage |
GlobalMessageDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static GlobalMessage |
GlobalMessage.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
GlobalMessage |
GlobalMessage.withExpiresAt(Long expiresAt) |
GlobalMessage |
GlobalMessage.withExpiresTimeSpan(TimeSpan expiresTimeSpan) |
GlobalMessage |
GlobalMessage.withGlobalMessageId(String globalMessageId) |
GlobalMessage |
GlobalMessage.withMetadata(String metadata) |
GlobalMessage |
GlobalMessage.withName(String name) |
GlobalMessage |
GlobalMessage.withReadAcquireActions(List<AcquireAction> readAcquireActions) |
| Modifier and Type | Method and Description |
|---|---|
int |
GlobalMessage.compareTo(GlobalMessage o) |
| Modifier and Type | Method and Description |
|---|---|
GlobalMessage |
GetGlobalMessageResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<GlobalMessage> |
DescribeGlobalMessagesResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetGlobalMessageResult.setItem(GlobalMessage item) |
GetGlobalMessageResult |
GetGlobalMessageResult.withItem(GlobalMessage item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGlobalMessagesResult.setItems(List<GlobalMessage> items) |
DescribeGlobalMessagesResult |
DescribeGlobalMessagesResult.withItems(List<GlobalMessage> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.