toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.common
/
BaseNameableObject
/
Builder
Builder
abstract
class
Builder
<
T
:
BaseNameableObject.Builder
?
>
:
BaseIdentifiableObject.Builder
<
T
>
Inheritors
Builder
Builder
Builder
Builder
Builder
Builder
Builder
Builder
Builder
Builder
Builder
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
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
(
@
Nullable
description
:
String
)
:
T
display
Description
Link copied to clipboard
abstract
fun
displayDescription
(
@
Nullable
displayDescription
:
String
)
:
T
display
Name
Link copied to clipboard
abstract
fun
displayName
(
@
Nullable
displayName
:
String
)
:
T
display
Short
Name
Link copied to clipboard
abstract
fun
displayShortName
(
@
Nullable
displayShortName
:
String
)
:
T
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
short
Name
Link copied to clipboard
abstract
fun
shortName
(
@
Nullable
shortName
:
String
)
:
T
uid
Link copied to clipboard
abstract
fun
uid
(
uid
:
String
)
:
T