public class

AppsPropertyService

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.AppsPropertyService
Known Direct Subclasses

Class Overview

The AppsPropertyService class extends the basic AppsForYourDomainService abstraction to define a service that is preconfigured for access to feeds using the <apps:property> extension element, such as the Domain Configuration 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
AppsPropertyService(String applicationName)
Constructs an AppsPropertyService 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 AppsPropertyService (String applicationName)

Constructs an AppsPropertyService 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.