public class HistoryResponse extends Object
| Constructor and Description |
|---|
HistoryResponse(String historyId,
String editedBy,
Date versioned) |
HistoryResponse(String historyId,
String editedBy,
Instant versioned) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEditedBy() |
String |
getId() |
Instant |
getVersioned() |
void |
setEditedBy(String editedBy) |
void |
setId(String id) |
void |
setVersioned(Instant versioned) |
This work is licensed under a Creative Commons Attribution 4.0 International License.