Class CKRecordZoneCapabilities


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

      Fields 
      Modifier and Type Field Description
      static long Atomic
      Batched changes to this zone happen atomically
      static long FetchChanges
      This zone supports CKFetchRecordChangesOperation
      static long Sharing
      Records in this zone can be shared
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FetchChanges

        public static final long FetchChanges
        This zone supports CKFetchRecordChangesOperation
        See Also:
        Constant Field Values
      • Atomic

        public static final long Atomic
        Batched changes to this zone happen atomically
        See Also:
        Constant Field Values
      • Sharing

        public static final long Sharing
        Records in this zone can be shared
        See Also:
        Constant Field Values