public abstract class Resource extends Object
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCreatedAt()
When the resource was created
|
abstract String |
getId()
The resource's id
|
abstract Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
abstract String |
getUpdatedAt()
When the resource was last updated
|
public abstract String getCreatedAt()
public abstract String getId()
public abstract Map<String,Link> getLinks()
public abstract String getUpdatedAt()
Copyright © 2020. All rights reserved.