Period

abstract class Period : CoreObject

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun endDate(): Date
Link copied to clipboard
abstract fun periodId(): String
Link copied to clipboard
Link copied to clipboard
abstract fun startDate(): Date
Link copied to clipboard
abstract fun toBuilder(): Period.Builder