Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): ProgramRule
Link copied to clipboard
abstract fun code(@Nullable code: String): T
Link copied to clipboard
abstract fun condition(condition: String): ProgramRule.Builder
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): ProgramRule.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 priority(priority: Integer): ProgramRule.Builder
Link copied to clipboard
abstract fun program(program: ObjectWithUid): ProgramRule.Builder
Link copied to clipboard
abstract fun programRuleActions(programRuleActions: List<ProgramRuleAction>): ProgramRule.Builder
Link copied to clipboard
abstract fun programStage(programStage: ObjectWithUid): ProgramRule.Builder
Link copied to clipboard
abstract fun uid(uid: String): T