Package 

Enum SyncStatus

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class SyncStatus.Companion
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SYNC_NEEDED

      when the entity is new or changed

      COMPLETED

      when the entity has been succesfully synced

      FAILED_PERMANENTLY

      after the retry strategy we still failed to sync this

      IN_PROGRESS

      when sync is in progress

    • Method Summary

      Modifier and Type Method Description
      final Integer getStatus()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait