public static final class

Keyword.Source

extends Object
java.lang.Object
   ↳ com.google.gdata.data.webmastertools.Keyword.Source

Class Overview

Source.

Summary

Constants
String EXTERNAL The keyword is from a link to the site.
String INTERNAL The keyword is internal to the site.
Public Constructors
Keyword.Source()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String EXTERNAL

The keyword is from a link to the site.

Constant Value: "external"

public static final String INTERNAL

The keyword is internal to the site.

Constant Value: "internal"

Public Constructors

public Keyword.Source ()