public interface Resource
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EMBEDDED
The embedded attribute.
|
static java.lang.String |
LINKS
The links attribute.
|
Modifier and Type | Method and Description |
---|---|
default io.micronaut.core.value.OptionalMultiValues<? extends Resource> |
getEmbedded() |
default io.micronaut.core.value.OptionalMultiValues<? extends Link> |
getLinks() |
static final java.lang.String LINKS
static final java.lang.String EMBEDDED