Class NameTableInstance


  • public class NameTableInstance
    extends java.lang.Object
    Represents a name table of an account.
    • Constructor Summary

      Constructors 
      Constructor Description
      NameTableInstance​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientAMGetPersonaNameHistoryResponse.NameTableInstance instance)  
    • Constructor Detail

      • NameTableInstance

        public NameTableInstance​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientAMGetPersonaNameHistoryResponse.NameTableInstance instance)
    • 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