toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.dataset
/
Section
/
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
(
)
:
Section
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
data
Elements
Link copied to clipboard
abstract
fun
dataElements
(
dataElements
:
List
<
DataElement
>
)
:
Section.Builder
data
Set
Link copied to clipboard
abstract
fun
dataSet
(
dataSet
:
ObjectWithUid
)
:
Section.Builder
deleted
Link copied to clipboard
abstract
fun
deleted
(
@
Nullable
deleted
:
Boolean
)
:
T
description
Link copied to clipboard
abstract
fun
description
(
description
:
String
)
:
Section.Builder
display
Name
Link copied to clipboard
abstract
fun
displayName
(
@
Nullable
displayName
:
String
)
:
T
greyed
Fields
Link copied to clipboard
abstract
fun
greyedFields
(
greyedFields
:
List
<
DataElementOperand
>
)
:
Section.Builder
id
Link copied to clipboard
abstract
fun
id
(
id
:
Long
)
:
Section.Builder
indicators
Link copied to clipboard
abstract
fun
indicators
(
indicators
:
List
<
Indicator
>
)
:
Section.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
show
Column
Totals
Link copied to clipboard
abstract
fun
showColumnTotals
(
showColumnTotals
:
Boolean
)
:
Section.Builder
show
Row
Totals
Link copied to clipboard
abstract
fun
showRowTotals
(
showRowTotals
:
Boolean
)
:
Section.Builder
sort
Order
Link copied to clipboard
abstract
fun
sortOrder
(
sortOrder
:
Integer
)
:
Section.Builder
uid
Link copied to clipboard
abstract
fun
uid
(
uid
:
String
)
:
T