| 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 | ||||
| ↳ | com.google.gdata.client.appsforyourdomain.adminsettings.DomainSettingsService | ||||
Specialization of AppsPropertyService for managing general, account
related and appearance settings of a domain.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.appsforyourdomain.AppsForYourDomainService
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountSettingsUrl | |||||||||||
| appearanceUrl | |||||||||||
| domainBaseUrl | |||||||||||
| generalSettingsUrl | Base URL for various feeds. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.GoogleService
| |||||||||||
From class
com.google.gdata.client.Service
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parameterized constructor to setup a Service object which can be used to
initialize the service without obtaining a token.
| |||||||||||
Parameterized constructor for service authentication.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the country code for the domain registered.
| |||||||||||
Retrieves Customer PIN associated with the domain.
| |||||||||||
Retrieves the default language for the Google Apps domain
| |||||||||||
Gets the time domain was created.
| |||||||||||
Retrieves the domain edition.
| |||||||||||
Retrieves the secondary Email address registered with the domain
| |||||||||||
Retrieves the status of verification for the domain.
| |||||||||||
Retrieves the maximum number of users that can be created in the domain
| |||||||||||
Retrieves the organization name associated with the domain
| |||||||||||
Retrieves the Support PIN for the domain.
| |||||||||||
Sets the default language for Google Apps domain.
| |||||||||||
Updates the custom logo with the new image provided.
| |||||||||||
Registers the given Email as domain's secondary Email address
| |||||||||||
Set the organization name for the domain
| |||||||||||
|
[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
| |||||||||||
Base URL for various feeds.
Parameterized constructor to setup a Service object which can be used to
initialize the service without obtaining a token. The user should
explicitly authorize the service by calling either setUserCredentials or setUserToken when using this constructor.
| domain | Domain being configured |
|---|---|
| applicationName | Application name consuming the API |
Parameterized constructor for service authentication.
| adminUser | The email id of the administrator. |
|---|---|
| adminPassword | The administrator password. |
| domain | The domain name to be configured. |
| applicationName | The calling client application name.for e.g. mycompany-java |
| AuthenticationException | if an authentication related error occurs. |
|---|
Retrieves the country code for the domain registered.
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Retrieves Customer PIN associated with the domain.
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Retrieves the default language for the Google Apps domain
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
|---|---|
| IOException | if an error occurs while communicating with the GData service. |
| ServiceException | if the fetch request failed due to system error. |
Gets the time domain was created.
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Retrieves the domain edition.
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Retrieves the secondary Email address registered with the domain
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Retrieves the status of verification for the domain.
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Retrieves the maximum number of users that can be created in the domain
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Retrieves the organization name associated with the domain
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Retrieves the Support PIN for the domain.
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| MalformedURLException | if the feed URL cannot be constructed. |
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
Sets the default language for Google Apps domain.
| language |
|---|
| AppsForYourDomainException | if an Apps for your domain API error occurred. |
|---|---|
| IOException | if an error occurs while communicating with the GData service. |
| ServiceException | if the update request failed due to system error. |
Updates the custom logo with the new image provided.
| base64EncodedImage | Image file in base64 encoding. |
|---|
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred |
Registers the given Email as domain's secondary Email address
| adminSecondaryEmail | Email address |
|---|
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| ServiceException | if the fetch request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred |
Set the organization name for the domain
| organizationName | The name of the organization associated with the domain |
|---|
| IOException | if an error occurs while communicating with the GData service. |
|---|---|
| ServiceException | if the update request failed due to system error. |
| AppsForYourDomainException | if an Apps for your domain API error occurred. |