public static final enum

VerificationMethod.MethodType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.webmastertools.VerificationMethod.MethodType

Class Overview

Enumerates supported verification method types.

Summary

Enum Values
VerificationMethod.MethodType  HTMLPAGE   
VerificationMethod.MethodType  METATAG   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static VerificationMethod.MethodType valueOf(String name)
final static MethodType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VerificationMethod.MethodType HTMLPAGE

public static final VerificationMethod.MethodType METATAG

Public Methods

public static VerificationMethod.MethodType valueOf (String name)

Parameters
name

public static final MethodType[] values ()