toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.relationship
/
Relationship
Relationship
abstract
class
Relationship
:
BaseRelationship
Members
Constructors
Relationship
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseRelationship.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
Relationship.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
Relationship
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
deleted
Link copied to clipboard
@
Nullable
abstract
fun
deleted
(
)
:
Boolean
from
Link copied to clipboard
@
Nullable
abstract
fun
from
(
)
:
RelationshipItem
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
last
Updated
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdated
(
)
:
Date
name
Link copied to clipboard
@
Nullable
abstract
fun
name
(
)
:
String
relationship
Type
Link copied to clipboard
@
Nullable
abstract
fun
relationshipType
(
)
:
String
state
Link copied to clipboard
@
Nullable
open
fun
state
(
)
:
State
sync
State
Link copied to clipboard
@
Nullable
abstract
fun
syncState
(
)
:
State
to
Link copied to clipboard
@
Nullable
abstract
fun
to
(
)
:
RelationshipItem
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
Relationship.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
uid
Link copied to clipboard
@
Nullable
abstract
fun
uid
(
)
:
String