public class

EmailListRecipientService

extends AppsForYourDomainService
java.lang.Object
   ↳ com.google.gdata.client.Service
     ↳ com.google.gdata.client.GoogleService
       ↳ com.google.gdata.client.appsforyourdomain.AppsForYourDomainService
         ↳ com.google.gdata.client.appsforyourdomain.EmailListRecipientService

Class Overview

The EmailListRecipientService class extends the basic AppsForYourDomainService abstraction to define a service that is preconfigured for access to the Email List Recipient Subfeed in the Google Apps for Your Domain GData API.

Summary

[Expand]
Inherited Constants
From class com.google.gdata.client.appsforyourdomain.AppsForYourDomainService
[Expand]
Inherited Fields
From class com.google.gdata.client.GoogleService
From class com.google.gdata.client.Service
Public Constructors
EmailListRecipientService(String applicationName)
Constructs an EmailListRecipientService instance for an application with the name applicationName.
[Expand]
Inherited Methods
From class com.google.gdata.client.appsforyourdomain.AppsForYourDomainService
From class com.google.gdata.client.GoogleService
From class com.google.gdata.client.Service
From class java.lang.Object
From interface com.google.gdata.client.AuthTokenFactory.TokenListener

Public Constructors

public EmailListRecipientService (String applicationName)

Constructs an EmailListRecipientService instance for an application with the name applicationName.

Parameters
applicationName The name of the client application accessing the service. Application names should preferably have the format [company-id]-[app-name]-[app-version]. The name will be used by the Google servers to monitor the source of authentication.