Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun build(): ProgramIndicator
Link copied to clipboard
abstract fun code(@Nullable code: String): T
Link copied to clipboard
open fun created(@NonNull createdStr: String): T
abstract fun created(@Nullable created: Date): T
Link copied to clipboard
abstract fun decimals(decimals: Integer): ProgramIndicator.Builder
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun description(@Nullable description: String): T
Link copied to clipboard
abstract fun dimensionItem(dimensionItem: String): ProgramIndicator.Builder
Link copied to clipboard
abstract fun displayDescription(@Nullable displayDescription: String): T
Link copied to clipboard
abstract fun displayInForm(displayInForm: Boolean): ProgramIndicator.Builder
Link copied to clipboard
abstract fun displayName(@Nullable displayName: String): T
Link copied to clipboard
abstract fun displayShortName(@Nullable displayShortName: String): T
Link copied to clipboard
abstract fun expression(expression: String): ProgramIndicator.Builder
Link copied to clipboard
abstract fun filter(filter: String): ProgramIndicator.Builder
Link copied to clipboard
abstract fun id(id: Long): ProgramIndicator.Builder
Link copied to clipboard
open fun lastUpdated(@NonNull lastUpdatedStr: String): T
abstract fun lastUpdated(@Nullable lastUpdated: Date): T
Link copied to clipboard
Link copied to clipboard
abstract fun name(@Nullable name: String): T
Link copied to clipboard
Link copied to clipboard
abstract fun shortName(@Nullable shortName: String): T
Link copied to clipboard
abstract fun uid(uid: String): T