public static final enum

CrawlIssueCrawlType.CrawlType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.webmastertools.CrawlIssueCrawlType.CrawlType

Class Overview

Value.

Summary

Enum Values
CrawlIssueCrawlType.CrawlType  MOBILE_CHTML_CRAWL  The type of crawl is Mobile, CHTML. 
CrawlIssueCrawlType.CrawlType  MOBILE_OPERATOR_CRAWL  The type of crawl is Mobile, Operator. 
CrawlIssueCrawlType.CrawlType  MOBILE_XHTML_WML_CRAWL  The type of crawl is Mobile, XHTML / WML. 
CrawlIssueCrawlType.CrawlType  NEWS_CRAWL  The type of crawl is News. 
CrawlIssueCrawlType.CrawlType  WEB_CRAWL  The type of crawl is Web. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String toValue()
Returns the value used in the XML.
static CrawlIssueCrawlType.CrawlType valueOf(String name)
final static CrawlType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CrawlIssueCrawlType.CrawlType MOBILE_CHTML_CRAWL

The type of crawl is Mobile, CHTML.

public static final CrawlIssueCrawlType.CrawlType MOBILE_OPERATOR_CRAWL

The type of crawl is Mobile, Operator.

public static final CrawlIssueCrawlType.CrawlType MOBILE_XHTML_WML_CRAWL

The type of crawl is Mobile, XHTML / WML.

public static final CrawlIssueCrawlType.CrawlType NEWS_CRAWL

The type of crawl is News.

public static final CrawlIssueCrawlType.CrawlType WEB_CRAWL

The type of crawl is Web.

Fields

private final String value

Public Methods

public String toValue ()

Returns the value used in the XML.

Returns
  • value used in the XML

public static CrawlIssueCrawlType.CrawlType valueOf (String name)

Parameters
name

public static final CrawlType[] values ()