toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.imports
/
TrackerImportConflict
Tracker
Import
Conflict
abstract
class
TrackerImportConflict
:
BaseObject
Members
Constructors
Tracker
Import
Conflict
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
TrackerImportConflict.Builder
conflict
Link copied to clipboard
@
Nullable
abstract
fun
conflict
(
)
:
String
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
TrackerImportConflict
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
data
Element
Link copied to clipboard
@
Nullable
abstract
fun
dataElement
(
)
:
String
display
Description
Link copied to clipboard
@
Nullable
abstract
fun
displayDescription
(
)
:
String
enrollment
Link copied to clipboard
@
Nullable
abstract
fun
enrollment
(
)
:
String
error
Code
Link copied to clipboard
@
Nullable
abstract
fun
errorCode
(
)
:
String
event
Link copied to clipboard
@
Nullable
abstract
fun
event
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
status
Link copied to clipboard
@
Nullable
abstract
fun
status
(
)
:
ImportStatus
table
Reference
Link copied to clipboard
@
Nullable
abstract
fun
tableReference
(
)
:
String
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
TrackerImportConflict.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
tracked
Entity
Attribute
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityAttribute
(
)
:
String
tracked
Entity
Instance
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityInstance
(
)
:
String
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String