| Modifier and Type | Method and Description |
|---|---|
static GoogleCodeSitemapUrl.FileType |
GoogleCodeSitemapUrl.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleCodeSitemapUrl.FileType[] |
GoogleCodeSitemapUrl.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GoogleCodeSitemapUrl(String url,
GoogleCodeSitemapUrl.FileType fileType)
Specifies an url and a filetype (both mandatory in Google Code Search)
|
GoogleCodeSitemapUrl(URL url,
GoogleCodeSitemapUrl.FileType fileType)
Specifies an url and a filetype (both mandatory in Google Code Search)
|
Options(String url,
GoogleCodeSitemapUrl.FileType fileType)
Specifies an url and a filetype (both mandatory in Google Code Search)
|
Options(URL url,
GoogleCodeSitemapUrl.FileType fileType)
Specifies an url and a filetype (both mandatory in Google Code Search)
|
Copyright © 2015. All rights reserved.