| Package | Description |
|---|---|
| com.google.gdata.data.webmastertools |
| Modifier and Type | Method and Description |
|---|---|
static DomainPreference |
DomainPreference.fromString(String value)
Parse a string and return a domain preference.
|
static DomainPreference |
DomainPreference.getDefault()
Get the default value for the domain preference.
|
DomainPreference |
DomainPreferenceConstruct.getPreference() |
DomainPreference |
SitesEntry.getPreferredDomain()
Returns the domain preference for the site.
|
static DomainPreference |
DomainPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainPreference[] |
DomainPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainPreferenceConstruct.setPreference(DomainPreference value) |
void |
SitesEntry.setPreferredDomain(DomainPreference preference)
Changes the domain preference.
|
Copyright © 2012. All Rights Reserved.