toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.datastore
/
DataStoreEntry
/
Builder
Builder
abstract
class
Builder
:
BaseDeletableDataObject.Builder
<
T
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
DataStoreEntry
deleted
Link copied to clipboard
abstract
fun
deleted
(
@
Nullable
deleted
:
Boolean
)
:
T
id
Link copied to clipboard
abstract
fun
id
(
id
:
Long
)
:
DataStoreEntry.Builder
key
Link copied to clipboard
abstract
fun
key
(
key
:
String
)
:
DataStoreEntry.Builder
namespace
Link copied to clipboard
abstract
fun
namespace
(
namespace
:
String
)
:
DataStoreEntry.Builder
state
Link copied to clipboard
open
fun
state
(
state
:
State
)
:
T
sync
State
Link copied to clipboard
abstract
fun
syncState
(
@
Nullable
syncState
:
State
)
:
T
value
Link copied to clipboard
abstract
fun
value
(
value
:
String
)
:
DataStoreEntry.Builder