Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): Legend
Link copied to clipboard
abstract fun code(@Nullable code: String): T
Link copied to clipboard
abstract fun color(color: String): Legend.Builder
Link copied to clipboard
open fun created(@NonNull createdStr: String): T
abstract fun created(@Nullable created: Date): T
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun displayName(@Nullable displayName: String): T
Link copied to clipboard
abstract fun endValue(endValue: Double): Legend.Builder
Link copied to clipboard
abstract fun id(id: Long): Legend.Builder
Link copied to clipboard
open fun lastUpdated(@NonNull lastUpdatedStr: String): T
abstract fun lastUpdated(@Nullable lastUpdated: Date): T
Link copied to clipboard
abstract fun legendSet(legendSet: ObjectWithUid): Legend.Builder
Link copied to clipboard
abstract fun name(@Nullable name: String): T
Link copied to clipboard
abstract fun startValue(startValue: Double): Legend.Builder
Link copied to clipboard
abstract fun uid(uid: String): T