Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): Section
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 dataElements(dataElements: List<DataElement>): Section.Builder
Link copied to clipboard
abstract fun dataSet(dataSet: ObjectWithUid): Section.Builder
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun description(description: String): Section.Builder
Link copied to clipboard
abstract fun displayName(@Nullable displayName: String): T
Link copied to clipboard
abstract fun greyedFields(greyedFields: List<DataElementOperand>): Section.Builder
Link copied to clipboard
abstract fun id(id: Long): Section.Builder
Link copied to clipboard
abstract fun indicators(indicators: List<Indicator>): Section.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 showColumnTotals(showColumnTotals: Boolean): Section.Builder
Link copied to clipboard
abstract fun showRowTotals(showRowTotals: Boolean): Section.Builder
Link copied to clipboard
abstract fun sortOrder(sortOrder: Integer): Section.Builder
Link copied to clipboard
abstract fun uid(uid: String): T