Class NameTableInstance
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.NameTableInstance
-
public class NameTableInstance extends java.lang.ObjectRepresents a name table of an account.
-
-
Constructor Summary
Constructors Constructor Description NameTableInstance(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientAMGetPersonaNameHistoryResponse.NameTableInstance instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NameInstance>getNames()EResultgetResult()SteamIDgetSteamID()
-
-
-
Method Detail
-
getResult
public EResult getResult()
- Returns:
- the result of querying this name table
-
getSteamID
public SteamID getSteamID()
- Returns:
- the steam id this name table belongs to
-
getNames
public java.util.List<NameInstance> getNames()
- Returns:
- the names in this name table
-
-