@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class Changelog extends Object
| Constructor and Description |
|---|
Changelog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UserDetails |
getAuthor()
The user who made the change.
|
OffsetDateTime |
getCreated()
The date on which the change took place.
|
HistoryMetadata |
getHistoryMetadata()
The history metadata associated with the changed.
|
String |
getId()
The ID of the changelog.
|
List<ChangeDetails> |
getItems()
The list of items changed.
|
int |
hashCode() |
String |
toString() |
public String getId()
public UserDetails getAuthor()
public OffsetDateTime getCreated()
public List<ChangeDetails> getItems()
public HistoryMetadata getHistoryMetadata()
Copyright © 2011–2021 Everit Kft.. All rights reserved.