ActionHistory

The historical records for a budget action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the details for the event.

Link copied to clipboard

This distinguishes between whether the events are triggered by the user or are generated by the system.

Link copied to clipboard

The status of action at the time of the event.

Link copied to clipboard

A generic time stamp. In Java, it's transformed to a Date object.

Functions

Link copied to clipboard
inline fun copy(block: ActionHistory.Builder.() -> Unit = {}): ActionHistory
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String