toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.program
/
ProgramSection
/
Builder
Builder
abstract
class
Builder
:
BaseIdentifiableObject.Builder
<
T
>
,
ObjectWithStyle.Builder
<
O
,
T
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
attributes
Link copied to clipboard
abstract
fun
attributes
(
attributes
:
List
<
TrackedEntityAttribute
>
)
:
ProgramSection.Builder
build
Link copied to clipboard
open
fun
build
(
)
:
ProgramSection
code
Link copied to clipboard
abstract
fun
code
(
@
Nullable
code
:
String
)
:
T
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
description
Link copied to clipboard
abstract
fun
description
(
description
:
String
)
:
ProgramSection.Builder
display
Name
Link copied to clipboard
abstract
fun
displayName
(
@
Nullable
displayName
:
String
)
:
T
form
Name
Link copied to clipboard
abstract
fun
formName
(
formName
:
String
)
:
ProgramSection.Builder
id
Link copied to clipboard
abstract
fun
id
(
id
:
Long
)
:
ProgramSection.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
program
Link copied to clipboard
abstract
fun
program
(
program
:
ObjectWithUid
)
:
ProgramSection.Builder
render
Type
Link copied to clipboard
abstract
fun
renderType
(
renderType
:
SectionRendering
)
:
ProgramSection.Builder
sort
Order
Link copied to clipboard
abstract
fun
sortOrder
(
sortOrder
:
Integer
)
:
ProgramSection.Builder
style
Link copied to clipboard
abstract
fun
style
(
style
:
ObjectStyle
)
:
T
uid
Link copied to clipboard
abstract
fun
uid
(
uid
:
String
)
:
T