toggle menu
DHIS2 Android SDK
1.11.1
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
Section
CategoryCombo
CategoryOptionCombo
Category
Option
OptionGroup
OptionSet
OrganisationUnitGroup
OrganisationUnitLevel
TrackedEntityInstanceFilter
ExpressionDimensionItem
LegendSet
Legend
EventFilter
RelationshipType
BaseNameableObject
IndicatorType
ProgramRuleAction
ProgramRule
ProgramStageDataElement
ProgramStage
ProgramRuleVariable
ProgramSection
ProgramStageSection
Visualization
TrackerVisualization
User
UserRole
UserGroup
ProgramStageWorkingList
Constant
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