|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.OpenSearchDescriptionDocument.SyndicationRight
public static class OpenSearchDescriptionDocument.SyndicationRight
The SyndicationRight class defines constant values for syndication rights types.
Field Summary | |
---|---|
static int |
CLOSED
Search feed should not be queried. |
static int |
LIMITED
Search results can be published on the client site, but not further republished. |
static int |
OPEN
Search results can be published or re-published without restriction. |
static int |
PRIVATE
Search feed may be queried, but the results may not be displayed at the client site. |
Constructor Summary | |
---|---|
OpenSearchDescriptionDocument.SyndicationRight()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OPEN
public static final int LIMITED
public static final int PRIVATE
public static final int CLOSED
Constructor Detail |
---|
public OpenSearchDescriptionDocument.SyndicationRight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |