| Package | Description |
|---|---|
| com.google.gdata.data.webmastertools |
| Modifier and Type | Method and Description |
|---|---|
static CrawlRate |
CrawlRate.fromString(String value)
Parse a string and return a crawl rate.
|
CrawlRate |
SitesEntry.getCrawlRate()
Returns site crawl rate.
|
CrawlRate |
CrawlRateConstruct.getCrawlRate() |
static CrawlRate |
CrawlRate.getDefault()
Returns the default CrawlRate value.
|
static CrawlRate |
CrawlRate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrawlRate[] |
CrawlRate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SitesEntry.setCrawlRate(CrawlRate rate)
Changes the crawl rate.
|
void |
CrawlRateConstruct.setCrawlRate(CrawlRate value) |
Copyright © 2012. All Rights Reserved.