toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.program
/
ProgramRule
/
Builder
Builder
abstract
class
Builder
:
BaseIdentifiableObject.Builder
<
T
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
ProgramRule
code
Link copied to clipboard
abstract
fun
code
(
@
Nullable
code
:
String
)
:
T
condition
Link copied to clipboard
abstract
fun
condition
(
condition
:
String
)
:
ProgramRule.Builder
created
Link copied to clipboard
open
fun
created
(
@
NonNull
createdStr
:
String
)
:
T
abstract
fun
created
(
@
Nullable
created
:
Date
)
:
T
deleted
Link copied to clipboard
abstract
fun
deleted
(
@
Nullable
deleted
:
Boolean
)
:
T
display
Name
Link copied to clipboard
abstract
fun
displayName
(
@
Nullable
displayName
:
String
)
:
T
id
Link copied to clipboard
abstract
fun
id
(
id
:
Long
)
:
ProgramRule.Builder
last
Updated
Link copied to clipboard
open
fun
lastUpdated
(
@
NonNull
lastUpdatedStr
:
String
)
:
T
abstract
fun
lastUpdated
(
@
Nullable
lastUpdated
:
Date
)
:
T
name
Link copied to clipboard
abstract
fun
name
(
@
Nullable
name
:
String
)
:
T
priority
Link copied to clipboard
abstract
fun
priority
(
priority
:
Integer
)
:
ProgramRule.Builder
program
Link copied to clipboard
abstract
fun
program
(
program
:
ObjectWithUid
)
:
ProgramRule.Builder
program
Rule
Actions
Link copied to clipboard
abstract
fun
programRuleActions
(
programRuleActions
:
List
<
ProgramRuleAction
>
)
:
ProgramRule.Builder
program
Stage
Link copied to clipboard
abstract
fun
programStage
(
programStage
:
ObjectWithUid
)
:
ProgramRule.Builder
uid
Link copied to clipboard
abstract
fun
uid
(
uid
:
String
)
:
T