| java.lang.Object | |
| ↳ | com.google.gdata.data.OpenSearchDescriptionDocument.SyndicationRight |
The SyndicationRight class defines constant values for syndication rights types.
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Search feed should not be queried.
Search results can be published on the client site, but not further republished.
Search results can be published or re-published without restriction.
Search feed may be queried, but the results may not be displayed at the client site.