|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.Link.Rel
public static final class Link.Rel
The Rel class defines constants for some common link relation types.
Field Summary | |
---|---|
static java.lang.String |
ALTERNATE
Link provides the URI of an alternate format of the entry's or feed's contents. |
static java.lang.String |
ENCLOSURE
Relation for links to enclosure (podcasting) files. |
static java.lang.String |
ENTRY_EDIT
Link provides the URI that can be used to edit the entry. |
static java.lang.String |
ENTRY_POST
Link provides the URI that can be used to post new entries to the feed. |
static java.lang.String |
FEED
Link provides the URI of the full feed (without any query parameters). |
static java.lang.String |
FEED_BATCH
Link provides the URI that can be used to insert, update and delete entries on this feed. |
static java.lang.String |
MEDIA_EDIT
Link provides the URI that can be used to edit the media associated with an entry. |
static java.lang.String |
MEDIA_EDIT_BACKCOMPAT
Deprecated. use MEDIA_EDIT instead. |
static java.lang.String |
NEXT
Link provides the URI of next page in a paged feed. |
static java.lang.String |
PREVIOUS
Link provides the URI of previous page in a paged feed. |
static java.lang.String |
RELATED
Link provides the URI of a related link to the entry |
static java.lang.String |
SELF
Link provides the URI of the feed or entry. |
static java.lang.String |
VIA
Link provides the URI that of link that provides the data for the content in the feed. |
Constructor Summary | |
---|---|
Link.Rel()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SELF
public static final java.lang.String PREVIOUS
public static final java.lang.String NEXT
public static final java.lang.String ALTERNATE
type
property of the link
specifies a media type.
public static final java.lang.String RELATED
public static final java.lang.String FEED
public static final java.lang.String ENTRY_POST
public static final java.lang.String ENTRY_EDIT
public static final java.lang.String MEDIA_EDIT
@Deprecated public static final java.lang.String MEDIA_EDIT_BACKCOMPAT
MEDIA_EDIT
instead.MEDIA_EDIT
.
public static final java.lang.String FEED_BATCH
public static final java.lang.String VIA
public static final java.lang.String ENCLOSURE
Constructor Detail |
---|
public Link.Rel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |