Package org.robovm.apple.addressbook
Class ABRecord
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.addressbook.ABRecord
- All Implemented Interfaces:
AutoCloseable
public class ABRecord extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classABRecord.Marshalerstatic classABRecord.NoRetainMarshalerNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr -
Field Summary
Fields Modifier and Type Field Description static intInvalidID -
Constructor Summary
Constructors Constructor Description ABRecord() -
Method Summary
Modifier and Type Method Description StringgetCompositeName()Deprecated.Deprecated in iOS 9.0.intgetRecordID()Deprecated.Deprecated in iOS 9.0.ABRecordTypegetRecordType()Deprecated.Deprecated in iOS 9.0.CFTypegetValue(ABProperty property)Deprecated.Deprecated in iOS 9.0.<T extends NativeObject>
TgetValue(ABProperty property, Class<T> type)booleanremoveValue(ABProperty property)Deprecated.Deprecated in iOS 9.0.booleansetValue(ABProperty property, CFType value)Deprecated.Deprecated in iOS 9.0.Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Field Details
-
InvalidID
public static final int InvalidID- See Also:
- Constant Field Values
-
-
Constructor Details
-
ABRecord
public ABRecord()
-
-
Method Details
-
getValue
-
getRecordID
Deprecated.Deprecated in iOS 9.0. use CN object's identifier -
getRecordType
Deprecated.Deprecated in iOS 9.0. -
getValue
Deprecated.Deprecated in iOS 9.0. use CN object's properties -
setValue
Deprecated.Deprecated in iOS 9.0. use CN mutable object's properties- Throws:
NSErrorException
-
removeValue
Deprecated.Deprecated in iOS 9.0. use CN mutable object's properties, setting to @, @[], or nil- Throws:
NSErrorException
-
getCompositeName
Deprecated.Deprecated in iOS 9.0. use CNContactFormatter or CN object's name
-