default ActionHistory.Builder |
ActionHistory.Builder.actionHistoryDetails(Consumer<ActionHistoryDetails.Builder> actionHistoryDetails) |
The description of the details for the event.
|
ActionHistory.Builder |
ActionHistory.Builder.actionHistoryDetails(ActionHistoryDetails actionHistoryDetails) |
The description of the details for the event.
|
static ActionHistory.Builder |
ActionHistory.builder() |
|
ActionHistory.Builder |
ActionHistory.Builder.eventType(String eventType) |
This distinguishes between whether the events are triggered by the user or are generated by the system.
|
ActionHistory.Builder |
ActionHistory.Builder.eventType(EventType eventType) |
This distinguishes between whether the events are triggered by the user or are generated by the system.
|
ActionHistory.Builder |
ActionHistory.Builder.status(String status) |
The status of action at the time of the event.
|
ActionHistory.Builder |
ActionHistory.Builder.status(ActionStatus status) |
The status of action at the time of the event.
|
ActionHistory.Builder |
ActionHistory.Builder.timestamp(Instant timestamp) |
Sets the value of the Timestamp property for this object.
|
ActionHistory.Builder |
ActionHistory.toBuilder() |
|