Class DeltaExtras


  • public final class DeltaExtras
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FORMAT_VCDIFF  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getFormat()
      The delta format.
      java.lang.String getFrom()
      The id of the message the delta was generated from.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
        The delta format. As at API version 1.2, only DeltaExtras.FORMAT_VCDIFF is supported. Will never return null.
      • getFrom

        public java.lang.String getFrom()
        The id of the message the delta was generated from. Will never return null.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object