Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): OptionSet
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 deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun displayName(@Nullable displayName: String): T
Link copied to clipboard
abstract fun id(id: Long): OptionSet.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 name(@Nullable name: String): T
Link copied to clipboard
abstract fun uid(uid: String): T
Link copied to clipboard
abstract fun valueType(@Nullable valueType: ValueType): OptionSet.Builder
Link copied to clipboard
abstract fun version(@Nullable version: Integer): OptionSet.Builder