| Modifier and Type | Field and Description |
|---|---|
static String |
ALTERNATE
Link provides the URI of an alternate format of the
entry's or feed's contents.
|
static String |
ENCLOSURE
Relation for links to enclosure (podcasting) files.
|
static String |
ENTRY_EDIT
Link provides the URI that can be used to edit the entry.
|
static String |
ENTRY_POST
Link provides the URI that can be used to post new
entries to the feed.
|
static String |
FEED
Link provides the URI of the full feed (without any
query parameters).
|
static String |
FEED_BATCH
Link provides the URI that can be used to insert, update
and delete entries on this feed.
|
static String |
HUB
Relation for links that provide the URI of a hub that enables
registration for real-time updates to the resource.
|
static String |
MEDIA_EDIT
Link provides the URI that can be used to edit the media
associated with an entry.
|
static String |
MEDIA_EDIT_BACKCOMPAT
Deprecated.
use
MEDIA_EDIT instead. |
static String |
NEXT
Link provides the URI of next page in a paged feed.
|
static String |
PREVIOUS
Link provides the URI of previous page in a paged feed.
|
static String |
RELATED
Link provides the URI of a related link to the entry
|
static String |
RESUMABLE_CREATE_MEDIA
Link provides the URI that can be used to add a media entry to the feed.
|
static String |
RESUMABLE_EDIT_MEDIA
Link provides the URI that can be used to edit the media
associated with an entry in a resumable fashion.
|
static String |
SELF
Link provides the URI of the feed or entry.
|
static String |
VIA
Link provides the URI that of link that provides the data
for the content in the feed.
|
public static final String SELF
public static final String PREVIOUS
public static final String NEXT
public static final String ALTERNATE
type property of the link
specifies a media type.public static final String RELATED
public static final String FEED
public static final String ENTRY_POST
public static final String ENTRY_EDIT
public static final String MEDIA_EDIT
public static final String RESUMABLE_CREATE_MEDIA
public static final String RESUMABLE_EDIT_MEDIA
@Deprecated public static final String MEDIA_EDIT_BACKCOMPAT
MEDIA_EDIT instead.MEDIA_EDIT.public static final String FEED_BATCH
public static final String VIA
public static final String ENCLOSURE
public static final String HUB
Copyright © 2012. All Rights Reserved.