toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.common
/
StorableObjectWithUid
Storable
Object
With
Uid
abstract
class
StorableObjectWithUid
:
BaseObject
,
ObjectWithUidInterface
Members
Constructors
Storable
Object
With
Uid
Link copied to clipboard
constructor
(
)
Functions
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
StorableObjectWithUid
open
fun
create
(
uid
:
String
)
:
StorableObjectWithUid
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
uid
Link copied to clipboard
@
NonNull
abstract
fun
uid
(
)
:
String