Class UserActionPublishedFilesCallback.File

  • Enclosing class:
    UserActionPublishedFilesCallback

    public static class UserActionPublishedFilesCallback.File
    extends java.lang.Object
    Represents the details of a single published file.
    • Constructor Summary

      Constructors 
      Constructor Description
      File​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverUcm.CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.PublishedFileId file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getFileID()  
      java.util.Date getTimestamp()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • File

        public File​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverUcm.CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.PublishedFileId file)
    • Method Detail

      • getFileID

        public long getFileID()
        Returns:
        the file ID.
      • getTimestamp

        public java.util.Date getTimestamp()
        Returns:
        the timestamp of this file.