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