Module | Services | Data types | Constants |
---|---|---|---|
myapp.user | UserService |
User UserOption |
LANGUAGE_EN LANGUAGE_JA |
Constant | Type | Value |
---|---|---|
LANGUAGE_JA | string | "JA" |
言語: 日本語 | ||
LANGUAGE_EN | string | "EN" |
言語: 英語 |
Key | Field | Type | Description | Requiredness | Default value |
---|---|---|---|---|---|
1 | id | i64 | required | ||
2 | name | string | required | ||
3 | language | string | optional | ||
4 | iconUrl | string | optional |
Key | Field | Type | Description | Requiredness | Default value |
---|---|---|---|---|---|
1 | withLanguage | bool | 言語を取得するか | optional | false |
2 | withIcon | bool | 取得するアイコン | optional | false |
ユーザIDをもとにユーザ一覧を取得list<
findByIds(User
>list<
ids,i64
>UserOption
opt)