public static final class

Destination.MatchType

extends Object
java.lang.Object
   ↳ com.google.gdata.data.analytics.Destination.MatchType

Class Overview

The match type for the path expression.

Summary

Constants
String EXACT Exact destination.
String HEAD Head destination.
String REGEX Regex destination.
Public Constructors
Destination.MatchType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String EXACT

Exact destination.

Constant Value: "exact"

public static final String HEAD

Head destination.

Constant Value: "head"

public static final String REGEX

Regex destination.

Constant Value: "regex"

Public Constructors

public Destination.MatchType ()