| Package | Description |
|---|---|
| io.gs2.account.domain.iterator | |
| io.gs2.account.domain.model | |
| io.gs2.account.model | |
| io.gs2.account.result |
| Modifier and Type | Method and Description |
|---|---|
Account |
DescribeAccountsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Account> |
DescribeAccountsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountAccessTokenDomain.model() |
Account |
AccountDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Account |
Account.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Account |
Account.withAccountId(String accountId) |
Account |
Account.withCreatedAt(Long createdAt) |
Account |
Account.withPassword(String password) |
Account |
Account.withTimeOffset(Integer timeOffset) |
Account |
Account.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
int |
Account.compareTo(Account o) |
| Modifier and Type | Method and Description |
|---|---|
Account |
GetAccountResult.getItem() |
Account |
CreateAccountResult.getItem() |
Account |
DeleteAccountResult.getItem() |
Account |
AuthenticationResult.getItem() |
Account |
UpdateTimeOffsetResult.getItem() |
Account |
DoTakeOverResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
DescribeAccountsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountResult.setItem(Account item) |
void |
CreateAccountResult.setItem(Account item) |
void |
DeleteAccountResult.setItem(Account item) |
void |
AuthenticationResult.setItem(Account item) |
void |
UpdateTimeOffsetResult.setItem(Account item) |
void |
DoTakeOverResult.setItem(Account item) |
GetAccountResult |
GetAccountResult.withItem(Account item) |
CreateAccountResult |
CreateAccountResult.withItem(Account item) |
DeleteAccountResult |
DeleteAccountResult.withItem(Account item) |
AuthenticationResult |
AuthenticationResult.withItem(Account item) |
UpdateTimeOffsetResult |
UpdateTimeOffsetResult.withItem(Account item) |
DoTakeOverResult |
DoTakeOverResult.withItem(Account item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountsResult.setItems(List<Account> items) |
DescribeAccountsResult |
DescribeAccountsResult.withItems(List<Account> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.