| Package | Description |
|---|---|
| io.gs2.identifier.model | |
| io.gs2.identifier.result |
| Modifier and Type | Method and Description |
|---|---|
User |
User.withCreatedAt(Long createdAt)
作成日時を設定
|
User |
User.withDescription(String description)
ユーザの説明を設定
|
User |
User.withName(String name)
ユーザー名を設定
|
User |
User.withOwnerId(String ownerId)
オーナーIDを設定
|
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 |
UpdateUserResult.getItem()
更新後のユーザを取得
|
User |
CreateUserResult.getItem()
作成したユーザを取得
|
User |
GetUserResult.getItem()
ユーザを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
DescribeUsersResult.getItems()
ユーザのリストを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserResult.setItem(User item)
更新後のユーザを設定
|
void |
CreateUserResult.setItem(User item)
作成したユーザを設定
|
void |
GetUserResult.setItem(User item)
ユーザを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUsersResult.setItems(List<User> items)
ユーザのリストを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.