Class CollectionSynchInfo

java.lang.Object
org.bedework.calfacade.CollectionSynchInfo

public class CollectionSynchInfo extends Object
Until we have a synch mechanism in place this provides a partial mechanism. The returned token is equivalent to the Apple ctag and, for the time being, is also the etag value.
Author:
douglm
  • Field Details

    • token

      public String token
      Opaque value for Synch requests - usable as etag or ctag
    • changed

      public boolean changed
      True if the targeted Collection object or resources changed.
  • Constructor Details

    • CollectionSynchInfo

      public CollectionSynchInfo()