| Modifier and Type | Method and Description |
|---|---|
Service.GDataRequest |
Service.createLinkQueryRequest(ILink link)
Returns a query (GET) request that targets the provided link.
|
InputStream |
Service.getStreamFromLink(ILink link)
Deprecated.
Use
Service.createLinkQueryRequest(ILink) instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
Link
External link type.
|
| Modifier and Type | Method and Description |
|---|---|
ILink |
IAtom.addLink(String rel,
String type,
String href)
Adds a link with the given rel, type, and href.
|
ILink |
IEntry.getEditLink()
Gets the edit link, which is the link to PUT an updated version of the
entry to.
|
ILink |
IFeed.getEntryPostLink()
Returns the entry post link for the feed.
|
ILink |
IFeed.getFeedBatchLink()
Returns the link that provides the URI that can be used to batch operations
to query, insert, update and delete entries on this feed.
|
ILink |
IAtom.getLink(String rel,
String type)
Returns a particular atom:link element with the given rel and type, or null
if one was not found.
|
ILink |
IEntry.getMediaEditLink()
Gets the media-edit link, which is the link to PUT an updated version of
the media content to.
|
ILink |
IFeed.getNextLink()
Returns the link that provides the URI of next page in a paged feed.
|
ILink |
IFeed.getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed.
|
ILink |
IEntry.getResumableEditMediaLink()
Gets the resumable-edit-media link, which is the link to PUT an updated
version of the media content to using Resumable Upload IO.
|
ILink |
IAtom.getSelfLink()
Returns the self link for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ILink> |
IAtom.getLinks()
Returns a list of atom:link elements on this resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyticsLink
Extends the base Link class with Analytics extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentListAclFeedLink
Represents a FeedLink referring to an AclFeed.
|
class |
DocumentListRevisionFeedLink
Represents a FeedLink referring to a RevisionFeed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntryLink<E extends BaseEntry<?>>
The EntryLink class defines the object model for a link entity that refers to
a GData entry.
|
class |
FeedLink<F extends BaseFeed<?,?>>
The FeedLink class defines the object model for a link entity that refers to
a GData feed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortfolioFeedLink
Describes a portfolio feed link.
|
class |
PositionFeedLink
Describes a position feed link.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IssuesLink
Extends the base Link class with Project Hosting extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SitesLink
Describes a sites link.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecurrenceExceptionEntryLink
Describes an entry link used by a recurrence exception.
|
Copyright © 2012. All Rights Reserved.