@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface ApiLink
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
rel
The relation type that this link represents.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
absolute
Set this to true if you do not need this path mapped into the API space.
|
java.lang.String |
contentType
The content type returned when following the link.
|
ApiLink.SCOPE |
scope
The scope in which the link should be serialized.
|
public abstract java.lang.String rel
public abstract ApiLink.SCOPE scope
Copyright © 2010 - 2020 Adobe. All Rights Reserved