Builder

abstract class Builder : BaseDeletableDataObject.Builder<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun attributeOptionCombo(@NonNull attributeOptionCombo: String): DataValue.Builder
Link copied to clipboard
open fun build(): DataValue
Link copied to clipboard
abstract fun categoryOptionCombo(@NonNull categoryOptionCombo: String): DataValue.Builder
Link copied to clipboard
abstract fun comment(@Nullable comment: String): DataValue.Builder
Link copied to clipboard
abstract fun created(@NonNull created: Date): DataValue.Builder
Link copied to clipboard
abstract fun dataElement(@NonNull dataElement: String): DataValue.Builder
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun followUp(@Nullable followUp: Boolean): DataValue.Builder
Link copied to clipboard
abstract fun id(id: Long): T
Link copied to clipboard
abstract fun lastUpdated(@NonNull lastUpdated: Date): DataValue.Builder
Link copied to clipboard
abstract fun organisationUnit(@NonNull organisationUnit: String): DataValue.Builder
Link copied to clipboard
abstract fun period(@NonNull period: String): DataValue.Builder
Link copied to clipboard
open fun state(state: State): T
Link copied to clipboard
abstract fun storedBy(@Nullable storedBy: String): DataValue.Builder
Link copied to clipboard
abstract fun syncState(@Nullable syncState: State): T
Link copied to clipboard
abstract fun value(@Nullable value: String): DataValue.Builder