| Package | Description |
|---|---|
| com.google.gdata.client.appsforyourdomain.audit | |
| com.google.gdata.model.atom |
| Modifier and Type | Method and Description |
|---|---|
GenericFeed |
AuditService.retrieveNextPageOfAccountInfoRequests(Link next)
Retrieves the next page of account info requests by following the atom next
link.
|
GenericFeed |
AuditService.retrieveNextPageOfMailboxDumpRequests(Link next)
Retrieves the next page of mailbox dump requests by following the atom next
link.
|
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Link> |
Link.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
Source.addLink(String rel,
String type,
String href) |
Link |
Entry.addLink(String rel,
String type,
String href) |
Link |
Entry.getEditLink()
Retrieves the resource edit link.
|
Link |
Feed.getEntryPostLink()
Returns the entry post link for the feed.
|
Link |
Feed.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.
|
Link |
Source.getHtmlLink()
Retrieves the first HTML link.
|
Link |
Entry.getHtmlLink()
Retrieves the first HTML link.
|
Link |
Source.getLink(String rel,
String type)
Retrieves the first link with the supplied
rel and/or type
value. |
Link |
Entry.getLink(String rel,
String type)
Retrieves the first link with the supplied
rel and/or type
value. |
Link |
Entry.getMediaEditLink()
Retrieves the media resource edit link.
|
Link |
Feed.getNextLink()
Returns the link that provides the URI of next page in a paged feed.
|
Link |
Feed.getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed.
|
Link |
Entry.getResumableEditMediaLink()
Retrieves the media resource resumable edit link.
|
Link |
Feed.getSelfLink()
Returns the self link for the feed.
|
Link |
Entry.getSelfLink()
Retrieves the resource access link.
|
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
Source.getLinks() |
List<Link> |
Entry.getLinks() |
List<Link> |
Source.getLinks(String relToMatch,
String typeToMatch)
Return the links that match the given
rel and type values. |
List<Link> |
Entry.getLinks(String relToMatch,
String typeToMatch)
Return the links that match the given
rel and type values. |
| Modifier and Type | Method and Description |
|---|---|
void |
Source.addLink(Link v) |
void |
Entry.addLink(Link v) |
boolean |
Source.removeLink(Link link) |
boolean |
Entry.removeLink(Link link) |
| Constructor and Description |
|---|
Link(ElementKey<?,? extends Link> key)
Constructs a new instance using the specified element metadata.
|
Link(ElementKey<?,? extends Link> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.