| Package | Description |
|---|---|
| io.gs2.project.model | |
| io.gs2.project.result |
| Modifier and Type | Method and Description |
|---|---|
static Account |
Account.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Account |
Account.withAccountId(String accountId) |
Account |
Account.withCompanyName(String companyName) |
Account |
Account.withCreatedAt(Long createdAt) |
Account |
Account.withEmail(String email) |
Account |
Account.withFullName(String fullName) |
Account |
Account.withName(String name) |
Account |
Account.withOwnerId(String ownerId) |
Account |
Account.withStatus(String status) |
Account |
Account.withUpdatedAt(Long updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
int |
Account.compareTo(Account o) |
| Modifier and Type | Method and Description |
|---|---|
Account |
SignInResult.getItem() |
Account |
CreateAccountResult.getItem() |
Account |
VerifyResult.getItem() |
Account |
UpdateAccountResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignInResult.setItem(Account item) |
void |
CreateAccountResult.setItem(Account item) |
void |
VerifyResult.setItem(Account item) |
void |
UpdateAccountResult.setItem(Account item) |
SignInResult |
SignInResult.withItem(Account item) |
CreateAccountResult |
CreateAccountResult.withItem(Account item) |
VerifyResult |
VerifyResult.withItem(Account item) |
UpdateAccountResult |
UpdateAccountResult.withItem(Account item) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.