public static enum SteamFriends.PersonaChange extends Enum<SteamFriends.PersonaChange>
| Enum Constant and Description |
|---|
Avatar |
ComeOnline |
FacebookInfo |
GamePlayed |
GameServer |
GoneOffline |
JoinedSource |
LeftSource |
Name |
NameFirstSet |
Nickname |
RelationshipChanged |
Status |
SteamLevel |
| Modifier and Type | Method and Description |
|---|---|
static SteamFriends.PersonaChange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamFriends.PersonaChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamFriends.PersonaChange Name
public static final SteamFriends.PersonaChange Status
public static final SteamFriends.PersonaChange ComeOnline
public static final SteamFriends.PersonaChange GoneOffline
public static final SteamFriends.PersonaChange GamePlayed
public static final SteamFriends.PersonaChange GameServer
public static final SteamFriends.PersonaChange Avatar
public static final SteamFriends.PersonaChange JoinedSource
public static final SteamFriends.PersonaChange LeftSource
public static final SteamFriends.PersonaChange RelationshipChanged
public static final SteamFriends.PersonaChange NameFirstSet
public static final SteamFriends.PersonaChange FacebookInfo
public static final SteamFriends.PersonaChange Nickname
public static final SteamFriends.PersonaChange SteamLevel
public static SteamFriends.PersonaChange[] values()
for (SteamFriends.PersonaChange c : SteamFriends.PersonaChange.values()) System.out.println(c);
public static SteamFriends.PersonaChange valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.