>From the Organization you can get the title using: getOrgTitle() --Julian
On Aug 15, 5:29 pm, bobmanc <[email protected]> wrote: > Thanks Julian, > > getOrganizations worked for me but entry.getTitle().getPlainText() > returns the contact Name not the Title. > > I am using the java client. Specifically gdata-contacts-3.0.jar and > gdata-contacts-meta-3.0.jar. > > Bob > > On Aug 14, 10:19 am, "Julian (Google)" <[email protected]> wrote: > > > Hi, > > > You should be able to get the Title and the Company from the contact > > entry, for example in Java: > > > entry.getTitle().getPlainText()) > > entry.getOrganizations() // this is a list > > > What client library are you using? > > > --Julian > > > On Aug 5, 8:59 pm, bobmanc <[email protected]> wrote: > > > > I am able to get the Name and Notes from a gmail account but how do > > > you get theCompanyandTitle? > > > > Thanks. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Contacts API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-contacts-api?hl=en -~----------~----~----~----~------~----~------~--~---
