toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.datastore
/
KeyValuePair
Key
Value
Pair
abstract
class
KeyValuePair
:
CoreObject
Members
Constructors
Key
Value
Pair
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
KeyValuePair.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
KeyValuePair
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
key
Link copied to clipboard
@
Nullable
abstract
fun
key
(
)
:
String
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
KeyValuePair.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String