toggle menu
DHIS2 Android SDK
1.14.2
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.common
/
BaseIdentifiableObject
Base
Identifiable
Object
abstract
class
BaseIdentifiableObject
:
IdentifiableObject
,
ObjectWithDeleteInterface
Inheritors
UserRole
UserGroup
User
Category
CategoryCombo
CategoryOptionCombo
EventFilter
Legend
LegendSet
TrackedEntityInstanceFilter
RelationshipType
BaseNameableObject
Constant
OrganisationUnitGroup
OrganisationUnitLevel
ExpressionDimensionItem
Section
ProgramRule
ProgramStage
ProgramRuleVariable
ProgramStageDataElement
ProgramRuleAction
ProgramSection
ProgramStageSection
IndicatorType
Visualization
TrackerVisualization
ProgramStageWorkingList
OptionGroup
OptionSet
Option
Members
Constructors
Base
Identifiable
Object
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
<
T
:
BaseIdentifiableObject.Builder
?
>
Properties
CODE
Link copied to clipboard
val
CODE
:
String
=
"code"
CREATED
Link copied to clipboard
val
CREATED
:
String
=
"created"
DATE_FORMAT
Link copied to clipboard
open
var
DATE_FORMAT
:
SafeDateFormat
DELETED
Link copied to clipboard
val
DELETED
:
String
=
"deleted"
DISPLAY_NAME
Link copied to clipboard
val
DISPLAY_NAME
:
String
=
"displayName"
LAST_UPDATED
Link copied to clipboard
val
LAST_UPDATED
:
String
=
"lastUpdated"
NAME
Link copied to clipboard
val
NAME
:
String
=
"name"
SPACE_DATE_FORMAT
Link copied to clipboard
open
var
SPACE_DATE_FORMAT
:
SafeDateFormat
UID
Link copied to clipboard
val
UID
:
String
=
"id"
UUID
Link copied to clipboard
val
UUID
:
String
=
"uid"
Functions
code
Link copied to clipboard
@
Nullable
abstract
fun
code
(
)
:
String
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
date
To
Date
Str
Link copied to clipboard
open
fun
dateToDateStr
(
date
:
Date
)
:
String
date
To
Space
Date
Str
Link copied to clipboard
open
fun
dateToSpaceDateStr
(
date
:
Date
)
:
String
deleted
Link copied to clipboard
@
Nullable
abstract
fun
deleted
(
)
:
Boolean
display
Name
Link copied to clipboard
@
Nullable
abstract
fun
displayName
(
)
:
String
last
Updated
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdated
(
)
:
Date
name
Link copied to clipboard
@
Nullable
abstract
fun
name
(
)
:
String
parse
Date
Link copied to clipboard
open
fun
parseDate
(
dateStr
:
String
)
:
Date
parse
Space
Date
Link copied to clipboard
open
fun
parseSpaceDate
(
dateStr
:
String
)
:
Date
uid
Link copied to clipboard
abstract
fun
uid
(
)
:
String