Package 

Class DeltaExtras

    • Method Summary

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

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

      • getFormat

         String getFormat()

        The delta format. As at API version 1.2, only DeltaExtras.FORMAT_VCDIFF is supported.Will never return null.

      • getFrom

         String getFrom()

        The id of the message the delta was generated from.Will never return null.