Class AddressBookParsedResult



  • public final class AddressBookParsedResult
    extends ParsedResult
    • Method Detail

      • getNames

        public String[] getNames()
      • getNicknames

        public String[] getNicknames()
      • getPronunciation

        public String getPronunciation()
        In Japanese, the name is written in kanji, which can have multiple readings. Therefore a hint is often provided, called furigana, which spells the name phonetically.
        Returns:
        The pronunciation of the getNames() field, often in hiragana or katakana.
      • getPhoneNumbers

        public String[] getPhoneNumbers()
      • getPhoneTypes

        public String[] getPhoneTypes()
        Returns:
        optional descriptions of the type of each phone number. It could be like "HOME", but, there is no guaranteed or standard format.
      • getEmails

        public String[] getEmails()
      • getEmailTypes

        public String[] getEmailTypes()
        Returns:
        optional descriptions of the type of each e-mail. It could be like "WORK", but, there is no guaranteed or standard format.
      • getInstantMessenger

        public String getInstantMessenger()
      • getNote

        public String getNote()
      • getAddresses

        public String[] getAddresses()
      • getAddressTypes

        public String[] getAddressTypes()
        Returns:
        optional descriptions of the type of each e-mail. It could be like "WORK", but, there is no guaranteed or standard format.
      • getTitle

        public String getTitle()
      • getOrg

        public String getOrg()
      • getURLs

        public String[] getURLs()
      • getBirthday

        public String getBirthday()
        Returns:
        birthday formatted as yyyyMMdd (e.g. 19780917)
      • getGeo

        public String[] getGeo()
        Returns:
        a location as a latitude/longitude pair
      • getDisplayResult

        public String getDisplayResult()