toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.datavalue
/
DataValueConflict
Data
Value
Conflict
abstract
class
DataValueConflict
:
BaseObject
Members
Constructors
Data
Value
Conflict
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Functions
attribute
Option
Combo
Link copied to clipboard
@
Nullable
abstract
fun
attributeOptionCombo
(
)
:
String
builder
Link copied to clipboard
open
fun
builder
(
)
:
DataValueConflict.Builder
category
Option
Combo
Link copied to clipboard
@
Nullable
abstract
fun
categoryOptionCombo
(
)
:
String
conflict
Link copied to clipboard
@
Nullable
abstract
fun
conflict
(
)
:
String
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
DataValueConflict
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
error
Code
Link copied to clipboard
@
Nullable
abstract
fun
errorCode
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
org
Unit
Link copied to clipboard
@
Nullable
abstract
fun
orgUnit
(
)
:
String
period
Link copied to clipboard
@
Nullable
abstract
fun
period
(
)
:
String
status
Link copied to clipboard
@
Nullable
abstract
fun
status
(
)
:
ImportStatus
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
DataValueConflict.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String