Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun aggregationType(aggregationType: String): DataElement.Builder
Link copied to clipboard
abstract fun attributeValues(attributeValues: List<AttributeValue>): DataElement.Builder
Link copied to clipboard
open fun build(): DataElement
Link copied to clipboard
abstract fun categoryCombo(categoryCombo: ObjectWithUid): DataElement.Builder
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 description(@Nullable description: String): T
Link copied to clipboard
abstract fun displayDescription(@Nullable displayDescription: String): T
Link copied to clipboard
abstract fun displayFormName(displayFormName: String): DataElement.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 domainType(domainType: String): DataElement.Builder
Link copied to clipboard
abstract fun fieldMask(fieldMask: String): DataElement.Builder
Link copied to clipboard
abstract fun formName(formName: String): DataElement.Builder
Link copied to clipboard
abstract fun id(id: Long): DataElement.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 legendSets(legendSets: List<ObjectWithUid>): DataElement.Builder
Link copied to clipboard
abstract fun name(@Nullable name: String): T
Link copied to clipboard
abstract fun optionSet(optionSet: ObjectWithUid): DataElement.Builder
Link copied to clipboard
abstract fun shortName(@Nullable shortName: String): T
Link copied to clipboard
abstract fun style(style: ObjectStyle): T
Link copied to clipboard
abstract fun uid(uid: String): T
Link copied to clipboard
abstract fun valueType(valueType: ValueType): DataElement.Builder
Link copied to clipboard
abstract fun zeroIsSignificant(zeroIsSignificant: Boolean): DataElement.Builder