T - the type of entity contained within the resourcepublic abstract class Resource<T> extends Object
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getEntity()
The resource's entity
|
abstract Metadata |
getMetadata()
The resource's metadata
|
Copyright © 2020. All rights reserved.