Package org.robovm.apple.addressbook
Class ABPersonProperty
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.addressbook.ABProperty
org.robovm.apple.addressbook.ABPersonProperty
public class ABPersonProperty extends ABProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.addressbook.ABProperty
ABProperty.AsListMarshaler, ABProperty.Marshaler -
Field Summary
Fields Modifier and Type Field Description static ABPersonPropertyAddressstatic ABPersonPropertyAlternateBirthdaystatic ABPersonPropertyBirthdaystatic ABPersonPropertyCreationDatestatic ABPersonPropertyDatestatic ABPersonPropertyDepartmentstatic ABPersonPropertyEmailstatic ABPersonPropertyFirstNamestatic ABPersonPropertyFirstNamePhoneticstatic ABPersonPropertyInstantMessagestatic ABPersonPropertyJobTitlestatic ABPersonPropertyKindstatic ABPersonPropertyLastNamestatic ABPersonPropertyLastNamePhoneticstatic ABPersonPropertyMiddleNamestatic ABPersonPropertyMiddleNamePhoneticstatic ABPersonPropertyModificationDatestatic ABPersonPropertyNicknamestatic ABPersonPropertyNotestatic ABPersonPropertyOrganizationstatic ABPersonPropertyPhonestatic ABPersonPropertyPrefixstatic ABPersonPropertyRelatedNamesstatic ABPersonPropertySocialProfilestatic ABPersonPropertySuffixstatic ABPersonPropertyURL -
Method Summary
Modifier and Type Method Description protected static intAddressValue()Deprecated.Deprecated in iOS 9.0.protected static intAlternateBirthdayValue()Deprecated.Deprecated in iOS 9.0.protected static intBirthdayValue()Deprecated.Deprecated in iOS 9.0.protected static intCreationDateValue()Deprecated.Deprecated in iOS 9.0.protected static intDateValue()Deprecated.Deprecated in iOS 9.0.protected static intDepartmentValue()Deprecated.Deprecated in iOS 9.0.protected static intEmailValue()Deprecated.Deprecated in iOS 9.0.protected static intFirstNamePhoneticValue()Deprecated.Deprecated in iOS 9.0.protected static intFirstNameValue()Deprecated.Deprecated in iOS 9.0.StringgetLocalizedName()protected static StringgetLocalizedPropertyName(int property)Deprecated.Deprecated in iOS 9.0.ABPropertyTypegetType()protected static ABPropertyTypegetType(int property)Deprecated.Deprecated in iOS 9.0.protected static intInstantMessageValue()Deprecated.Deprecated in iOS 9.0.protected static intJobTitleValue()Deprecated.Deprecated in iOS 9.0.protected static intKindValue()Deprecated.Deprecated in iOS 9.0.protected static intLastNamePhoneticValue()Deprecated.Deprecated in iOS 9.0.protected static intLastNameValue()Deprecated.Deprecated in iOS 9.0.protected static intMiddleNamePhoneticValue()Deprecated.Deprecated in iOS 9.0.protected static intMiddleNameValue()Deprecated.Deprecated in iOS 9.0.protected static intModificationDateValue()Deprecated.Deprecated in iOS 9.0.protected static intNicknameValue()Deprecated.Deprecated in iOS 9.0.protected static intNoteValue()Deprecated.Deprecated in iOS 9.0.protected static intOrganizationValue()Deprecated.Deprecated in iOS 9.0.protected static intPhoneValue()Deprecated.Deprecated in iOS 9.0.protected static intPrefixValue()Deprecated.Deprecated in iOS 9.0.protected static intRelatedNamesValue()Deprecated.Deprecated in iOS 9.0.protected static intSocialProfileValue()Deprecated.Deprecated in iOS 9.0.protected static intSuffixValue()Deprecated.Deprecated in iOS 9.0.protected static intURLValue()Deprecated.Deprecated in iOS 9.0.static ABPersonPropertyvalueOf(int value)
-
Field Details
-
FirstName
-
LastName
-
MiddleName
-
Prefix
-
Suffix
-
Nickname
-
FirstNamePhonetic
-
LastNamePhonetic
-
MiddleNamePhonetic
-
Organization
-
JobTitle
-
Department
-
Email
-
Birthday
-
Note
-
CreationDate
-
ModificationDate
-
Address
-
Date
-
Kind
-
Phone
-
InstantMessage
-
URL
-
RelatedNames
-
SocialProfile
- Since:
- Available in iOS 5.0 and later.
-
AlternateBirthday
- Since:
- Available in iOS 8.0 and later.
-
-
Method Details
-
valueOf
-
getType
-
getLocalizedName
-
FirstNameValue
Deprecated.Deprecated in iOS 9.0. use CNContact.givenName -
LastNameValue
Deprecated.Deprecated in iOS 9.0. use CNContact.familyName -
MiddleNameValue
Deprecated.Deprecated in iOS 9.0. use CNContact.middleName -
PrefixValue
Deprecated.Deprecated in iOS 9.0. use CNContact.namePrefix -
SuffixValue
Deprecated.Deprecated in iOS 9.0. use CNContact.nameSuffix -
NicknameValue
Deprecated.Deprecated in iOS 9.0. use CNContact.nickname -
FirstNamePhoneticValue
Deprecated.Deprecated in iOS 9.0. use CNContact.phoneticGivenName -
LastNamePhoneticValue
Deprecated.Deprecated in iOS 9.0. use CNContact.phoneticFamilyName -
MiddleNamePhoneticValue
Deprecated.Deprecated in iOS 9.0. use CNContact.phoneticMiddleName -
OrganizationValue
Deprecated.Deprecated in iOS 9.0. use CNContact.organizationName -
DepartmentValue
Deprecated.Deprecated in iOS 9.0. use CNContact.departmentName -
JobTitleValue
Deprecated.Deprecated in iOS 9.0. use CNContact.jobTitle -
EmailValue
Deprecated.Deprecated in iOS 9.0. use CNContact.emailAddresses -
BirthdayValue
Deprecated.Deprecated in iOS 9.0. use CNContact.birthday -
NoteValue
Deprecated.Deprecated in iOS 9.0. use CNContact.note -
CreationDateValue
Deprecated.Deprecated in iOS 9.0. -
ModificationDateValue
Deprecated.Deprecated in iOS 9.0. -
AddressValue
Deprecated.Deprecated in iOS 9.0. use CNContact.postalAddresses -
DateValue
Deprecated.Deprecated in iOS 9.0. use CNContact.dates -
KindValue
Deprecated.Deprecated in iOS 9.0. use CNContact.contactType -
PhoneValue
Deprecated.Deprecated in iOS 9.0. use CNContact.phoneNumbers -
InstantMessageValue
Deprecated.Deprecated in iOS 9.0. use CNContact.instantMessageAddresses -
URLValue
Deprecated.Deprecated in iOS 9.0. use CNContact.urlAddresses -
RelatedNamesValue
Deprecated.Deprecated in iOS 9.0. use CNContact.contactRelations -
SocialProfileValue
Deprecated.Deprecated in iOS 9.0. use CNContact.socialProfiles -
AlternateBirthdayValue
Deprecated.Deprecated in iOS 9.0. use CNContact.nonGregorianBirthday -
getType
Deprecated.Deprecated in iOS 9.0. -
getLocalizedPropertyName
Deprecated.Deprecated in iOS 9.0. use [CNContact localizedStringForKey:]
-