Class DataHistory

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataHistory
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DataHistory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean contains​(javax.mail.internet.ContentType type)  
      java.util.List<DataHistoryItem> getItems()  
      • Methods inherited from class java.lang.Object

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

      • DataHistory

        public DataHistory()
    • Method Detail

      • contains

        boolean contains​(javax.mail.internet.ContentType type)