public class UserProfile extends ObjectSE implements SerializableSE
修飾子と型 | フィールドと説明 |
---|---|
static UserProfile | EMPTY 共有された空のプロファイル。使用すると、プロファイルデータが利用できない (すべてのプロパティ値が null) ことを示します。 |
コンストラクターと説明 |
---|
UserProfile(StringSE name, StringSE firstName, StringSE lastName, StringSE email, StringSE username) 使用すべきではありません。 代わりに他のコンストラクターを使用する |
UserProfile(StringSE id, StringSE name, StringSE firstName, StringSE lastName, StringSE email, StringSE username) UserProfile のインスタンスを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getEmail() ユーザーの登録済みメールアドレス。 |
StringSE | getFirstName() ユーザーの登録された名(例) |
StringSE | getId() プロバイダー内のユーザーの ID は、プロバイダーによって公開 / サポートされていない場合は null になることがあります。 |
StringSE | getLastName() ユーザーの登録された姓(例) |
StringSE | getName() ユーザーの登録されたフルネーム(例) |
StringSE | getUsername() The user's registered username e.g. |
public static final UserProfile EMPTY
@DeprecatedSE public UserProfile(StringSE name, StringSE firstName, StringSE lastName, StringSE email, StringSE username)
name
- ユーザーのフルネーム firstName
- The user's first namelastName
- The user's last nameemail
- The user's email addressusername
- The user's usernamepublic UserProfile(StringSE id, StringSE name, StringSE firstName, StringSE lastName, StringSE email, StringSE username)
id
- The user IDname
- ユーザーのフルネーム firstName
- The user's first namelastName
- The user's last nameemail
- The user's email addressusername
- The user's usernamepublic StringSE getId()
public StringSE getName()
public StringSE getFirstName()
public StringSE getLastName()
public StringSE getEmail()
public StringSE getUsername()