Builder

abstract class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): DateFilterPeriod
Link copied to clipboard
abstract fun endBuffer(endBuffer: Integer): DateFilterPeriod.Builder
Link copied to clipboard
abstract fun endDate(endDate: Date): DateFilterPeriod.Builder
Link copied to clipboard
Link copied to clipboard
abstract fun startBuffer(startBuffer: Integer): DateFilterPeriod.Builder
Link copied to clipboard
abstract fun startDate(startDate: Date): DateFilterPeriod.Builder
Link copied to clipboard