| Modifier and Type | Required Element and Description |
|---|---|
String |
relation
The name of the relation that the link corresponds to.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Link.KeyField |
keyField
If this Link produces a map, the key for each entry can be either
the item's title or name.
|
com.amazonaws.http.HttpMethodName |
method
The HTTP method that is used when invoking this link.
|
UriValue[] |
uriValues
If the link relation is templated, these values are pre-specified
values that will be substituted in.
|
public abstract String relation
public abstract com.amazonaws.http.HttpMethodName method
public abstract Link.KeyField keyField
public abstract UriValue[] uriValues
Copyright © 2014. All rights reserved.