FileDocCategorySizeDatePackage
ContactsClient.javaAPI DocAndroid 1.5 API1008Wed May 06 22:41:16 BST 2009com.google.wireless.gdata.contacts.client

ContactsClient

public class ContactsClient extends com.google.wireless.gdata.client.GDataServiceClient
GDataServiceClient for accessing Google Contacts. This client can access and parse the contacts feeds for specific user. The parser this class uses handle the XML version of feeds.

Fields Summary
public static final String
SERVICE
Service value for contacts.
Constructors Summary
public ContactsClient(com.google.wireless.gdata.client.GDataClient client, com.google.wireless.gdata.client.GDataParserFactory factory)
Create a new ContactsClient.

param
client The GDataClient that should be used to authenticate if we are using the caribou feed


                          
       
    super(client, factory);
  
Methods Summary
public java.lang.StringgetServiceName()

    return SERVICE;