Hello Rhett, I am sorry for the delayed response.
There is no way to set the AdditionalName so that it appears in the ContactEntry. The Provisioning API allows setting the Name The Contacts API works on a user's contacts (your own contact list) You can set the additional name for your contact, but you cannot set the additional name for a user so that appears in the ContactEntry The Profiles API works on the domain's user profiles: lets you add more information to a domain user (phone number, address, etc...) However, the Profiles API doesn't modify the name of the profile, because this is set by the Provisioning API (or Control Panel) If you need this feature, you can make a feature request in the issue tracker: http://code.google.com/a/google.com/p/apps-api-issues/issues/list thanks, Shraddha Gupta Developer Programs Engineer Hyderabad, Google India. On Wed, Dec 7, 2011 at 2:51 PM, Rhett <[email protected]> wrote: > Yes, I understand that Shraddha. As I wrote in my original post, the > object returned from the UserEntry.getName() method is of the type > com.google.gdata.data.**appsforyourdomain.Name<http://com.google.gdata.data.appsforyourdomain.name/> > which > does not have fields for Name Prefix, Middle Name, and Name Suffix. > > My question still remains unanswered. How do I set the NamePrefix, > AdditionaName, and NameSuffix for a user so that they appear in the > contacts entry? If you can provide me with a simple pseudo code snippet or > a reference to the correct "Name" class to use, that would be great. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google Apps Domain Information and Management APIs" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-apps-mgmt-apis/-/hhZ7zdg9A74J. > > 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-apps-mgmt-apis?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" 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-apps-mgmt-apis?hl=en.
