public static final enum

CrawlIssueIssueType.IssueType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.webmastertools.CrawlIssueIssueType.IssueType

Class Overview

Value.

Summary

Enum Values
CrawlIssueIssueType.IssueType  HTTP_ERROR  The type of issue is HTTP error. 
CrawlIssueIssueType.IssueType  IN_SITEMAP  The type of issue is URL In Sitemap. 
CrawlIssueIssueType.IssueType  NEWS_ERROR  The type of issue is News Error. 
CrawlIssueIssueType.IssueType  NOT_FOLLOWED  The type of issue is Not Followed. 
CrawlIssueIssueType.IssueType  NOT_FOUND  The type of issue is Not Found. 
CrawlIssueIssueType.IssueType  RESTRICTED_ROBOTS_TXT  The type of issue is Restricted by robots.txt. 
CrawlIssueIssueType.IssueType  TIMED_OUT  The type of issue is Timed Out. 
CrawlIssueIssueType.IssueType  UNREACHABLE  The type of issue is Unreachable. 
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 CrawlIssueIssueType.IssueType valueOf(String name)
final static IssueType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CrawlIssueIssueType.IssueType HTTP_ERROR

The type of issue is HTTP error.

public static final CrawlIssueIssueType.IssueType IN_SITEMAP

The type of issue is URL In Sitemap.

public static final CrawlIssueIssueType.IssueType NEWS_ERROR

The type of issue is News Error.

public static final CrawlIssueIssueType.IssueType NOT_FOLLOWED

The type of issue is Not Followed.

public static final CrawlIssueIssueType.IssueType NOT_FOUND

The type of issue is Not Found.

public static final CrawlIssueIssueType.IssueType RESTRICTED_ROBOTS_TXT

The type of issue is Restricted by robots.txt.

public static final CrawlIssueIssueType.IssueType TIMED_OUT

The type of issue is Timed Out.

public static final CrawlIssueIssueType.IssueType UNREACHABLE

The type of issue is Unreachable.

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 CrawlIssueIssueType.IssueType valueOf (String name)

Parameters
name

public static final IssueType[] values ()