| Package | Description |
|---|---|
| io.gs2.identifier.domain.iterator | |
| io.gs2.identifier.domain.model | |
| io.gs2.identifier.model | |
| io.gs2.identifier.result |
| Modifier and Type | Method and Description |
|---|---|
User |
DescribeUsersIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<User> |
DescribeUsersIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
User |
UserDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static User |
User.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
User |
User.withCreatedAt(Long createdAt) |
User |
User.withDescription(String description) |
User |
User.withName(String name) |
User |
User.withUpdatedAt(Long updatedAt) |
User |
User.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
int |
User.compareTo(User o) |
| Modifier and Type | Method and Description |
|---|---|
User |
GetUserResult.getItem() |
User |
CreateUserResult.getItem() |
User |
UpdateUserResult.getItem() |
User |
DeleteUserResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
DescribeUsersResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetUserResult.setItem(User item) |
void |
CreateUserResult.setItem(User item) |
void |
UpdateUserResult.setItem(User item) |
void |
DeleteUserResult.setItem(User item) |
GetUserResult |
GetUserResult.withItem(User item) |
CreateUserResult |
CreateUserResult.withItem(User item) |
UpdateUserResult |
UpdateUserResult.withItem(User item) |
DeleteUserResult |
DeleteUserResult.withItem(User item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUsersResult.setItems(List<User> items) |
DescribeUsersResult |
DescribeUsersResult.withItems(List<User> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.