Interface CSVable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void toCSV​(java.io.Writer out, java.lang.String csvExportName)  
      void toCSV​(java.io.Writer out, java.lang.String csvExportName, java.time.ZonedDateTime lastsync)  
    • Method Detail

      • toCSV

        void toCSV​(java.io.Writer out,
                   java.lang.String csvExportName)
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toCSV

        void toCSV​(java.io.Writer out,
                   java.lang.String csvExportName,
                   java.time.ZonedDateTime lastsync)
            throws java.lang.Exception
        Throws:
        java.lang.Exception