toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.trackedentity.ownership
/
ProgramOwner
Program
Owner
abstract
class
ProgramOwner
:
BaseDataObject
Members
Constructors
Program
Owner
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDataObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
ProgramOwner.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
ProgramOwner
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
owner
Org
Unit
Link copied to clipboard
abstract
fun
ownerOrgUnit
(
)
:
String
program
Link copied to clipboard
abstract
fun
program
(
)
:
String
state
Link copied to clipboard
@
Nullable
open
fun
state
(
)
:
State
sync
State
Link copied to clipboard
@
Nullable
abstract
fun
syncState
(
)
:
State
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
ProgramOwner.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
tracked
Entity
Instance
Link copied to clipboard
abstract
fun
trackedEntityInstance
(
)
:
String