@Introspected public interface Resource
| Modifier and Type | Field and Description | 
|---|---|
| static String | EMBEDDEDThe embedded attribute. | 
| static String | LINKSThe links attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Resource | deserialize(GenericResource genericResource)Factory method for deserialization. | 
| default OptionalMultiValues<? extends Resource> | getEmbedded() | 
| default OptionalMultiValues<? extends Link> | getLinks() | 
static final String LINKS
static final String EMBEDDED
default OptionalMultiValues<? extends Link> getLinks()
default OptionalMultiValues<? extends Resource> getEmbedded()
@Internal static Resource deserialize(GenericResource genericResource)
genericResource - The deserialized resource.