Interface User
-
- All Known Implementing Classes:
AccountUser
public interface User`UserInterface` for `User` returnable types.
-
-
Method Summary
Modifier and Type Method Description UrlScalargetAvatar()Deprecated.EmailScalargetEmail()Deprecated.IdScalargetId()`User` Id.StringScalargetName()`User` name.
-
-
-
Method Detail
-
getId
IdScalar getId()
`User` Id.
-
getEmail
@Deprecated EmailScalar getEmail()
Deprecated.**DEPRECATED** `User` email. This field will be removed. Use `AccountUser.email` instead. | Date: 2025-07-01T00:00:00.000+00:00 This field will be removed. Use `AccountUser.email` instead. | Date: 2025-07-01T00:00:00.000+00:00
-
getName
StringScalar getName()
`User` name.
-
getAvatar
@Deprecated UrlScalar getAvatar()
Deprecated.**DEPRECATED** `User` avatar. This field will be removed. Use `AccountUser.avatar` instead. | Date: 2025-07-01T00:00:00.000+00:00 This field will be removed. Use `AccountUser.avatar` instead. | Date: 2025-07-01T00:00:00.000+00:00
-
-