Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): ProgramRuleAction
Link copied to clipboard
abstract fun code(@Nullable code: String): T
Link copied to clipboard
abstract fun content(content: String): ProgramRuleAction.Builder
Link copied to clipboard
open fun created(@NonNull createdStr: String): T
abstract fun created(@Nullable created: Date): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
Link copied to clipboard
abstract fun displayName(@Nullable displayName: String): T
Link copied to clipboard
abstract fun id(id: Long): ProgramRuleAction.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 location(location: String): ProgramRuleAction.Builder
Link copied to clipboard
abstract fun name(@Nullable name: String): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun programStageSection(programStageSection: ObjectWithUid): ProgramRuleAction.Builder
Link copied to clipboard
abstract fun trackedEntityAttribute(trackedEntityAttribute: ObjectWithUid): ProgramRuleAction.Builder
Link copied to clipboard
abstract fun uid(uid: String): T