Class ABRecord

    • Constructor Detail

      • ABRecord

        public ABRecord()
    • Method Detail

      • getValue

        public <T extends org.robovm.rt.bro.NativeObject> T getValue​(ABProperty property,
                                                                     java.lang.Class<T> type)
      • getRecordID

        @Deprecated
        public int getRecordID()
        Deprecated.
        Deprecated in iOS 9.0. use CN object's identifier
        Since:
        Available in iOS 2.0 and later.
      • getRecordType

        @Deprecated
        public ABRecordType getRecordType()
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 2.0 and later.
      • getValue

        @Deprecated
        public CFType getValue​(ABProperty property)
        Deprecated.
        Deprecated in iOS 9.0. use CN object's properties
        Since:
        Available in iOS 2.0 and later.
      • setValue

        @Deprecated
        public boolean setValue​(ABProperty property,
                                CFType value)
                         throws NSErrorException
        Deprecated.
        Deprecated in iOS 9.0. use CN mutable object's properties
        Throws:
        NSErrorException
        Since:
        Available in iOS 2.0 and later.
      • getCompositeName

        @Deprecated
        public java.lang.String getCompositeName()
        Deprecated.
        Deprecated in iOS 9.0. use CNContactFormatter or CN object's name
        Since:
        Available in iOS 2.0 and later.