Java Reference
In-Depth Information
Table 7-1 . Accessor Field Keys for the Contact Instances
Key
Purpose
Type
NAME
String []
The array of the contact's names
ADDR
String []
The array of the contact's primary address fields
EMAIL
String
The e-mail address of the contact
FORMATTED_NAME
String
The name of the contact
NICKNAME
String
The nickname of the contact
NOTE
String
The note associated with the contact
ORG
String
The contact's organization
TEL
String
The contact's telephone number
TITLE
String
The contact's title
UID
String
The unique ID of the contact
URL
String
The URL stored with the contact
PHOTO_URL
String
A URL to a photo of the contact
PUBLIC_KEY_STRING
String
The public key of the contact as a string
BIRTHDAY
Date
The birthday of the contact
REVISION
Date
The last time and date at which the contact was modified
PHOTO
byte []
The bytes in the photo of the contact
PUBLIC_KEY
byte []
The public key of the contact as a collection of bytes
CLASS
int
Specifies how the contact may be accessed, either as
Contact.CLASS_CONFIDENTIAL , Contact.CLASS_PRIVATE ,
or Contact.CLASS_PUBLIC
Table 7-2 shows the accessor field keys for the event instances.
Table 7-2. Accessor Field Keys for Event Instances
Key
Purpose
Type
LOCATION
String
The location of the event
NOTE
String
The note associated with the event
SUMMARY
String
A summary of the event
UID
String
The unique ID of the event
END
Date
When the event is scheduled to end
REVISION
Date
The last time and date at which the event was modified
 
Search WWH ::




Custom Search