Class UGCDetailsCallback

    • Constructor Detail

      • UGCDetailsCallback

        public UGCDetailsCallback​(JobID jobID,
                                  in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverUfs.CMsgClientUFSGetUGCDetailsResponse.Builder msg)
    • Method Detail

      • getResult

        public EResult getResult()
        Returns:
        the result of the request.
      • getAppID

        public int getAppID()
        Returns:
        the App ID the UGC is for.
      • getCreator

        public SteamID getCreator()
        Returns:
        the SteamID of the UGC's creator.
      • getUrl

        public java.lang.String getUrl()
        Returns:
        the URL that the content is located at.
      • getFileName

        public java.lang.String getFileName()
        Returns:
        the name of the file.
      • getFileSize

        public int getFileSize()
        Returns:
        the size of the file.