public static final class ILink.Rel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 |
HUB
Relation for links that provide the URI of a hub that enables
registration for real-time updates to the resource.
|
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 |
RESUMABLE_CREATE_MEDIA
Link provides the URI that can be used to add a media entry to the feed.
|
static java.lang.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 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.
|
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
public static final java.lang.String RESUMABLE_CREATE_MEDIA
public static final java.lang.String RESUMABLE_EDIT_MEDIA
@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
public static final java.lang.String HUB