public static class

OpenSearchDescriptionDocument.SyndicationRight

extends Object
java.lang.Object
   ↳ com.google.gdata.data.OpenSearchDescriptionDocument.SyndicationRight

Class Overview

The SyndicationRight class defines constant values for syndication rights types.

Summary

Constants
int CLOSED Search feed should not be queried.
int LIMITED Search results can be published on the client site, but not further republished.
int OPEN Search results can be published or re-published without restriction.
int PRIVATE Search feed may be queried, but the results may not be displayed at the client site.
Public Constructors
OpenSearchDescriptionDocument.SyndicationRight()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CLOSED

Search feed should not be queried.

Constant Value: 3 (0x00000003)

public static final int LIMITED

Search results can be published on the client site, but not further republished.

Constant Value: 1 (0x00000001)

public static final int OPEN

Search results can be published or re-published without restriction.

Constant Value: 0 (0x00000000)

public static final int PRIVATE

Search feed may be queried, but the results may not be displayed at the client site.

Constant Value: 2 (0x00000002)

Public Constructors

public OpenSearchDescriptionDocument.SyndicationRight ()