toggle menu
DHIS2 Android SDK
1.13.0
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.relationship
/
RelationshipItem
Relationship
Item
abstract
class
RelationshipItem
:
CoreObject
Members
Constructors
Relationship
Item
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
RelationshipItem.Builder
element
Type
Link copied to clipboard
open
fun
elementType
(
)
:
String
element
Uid
Link copied to clipboard
open
fun
elementUid
(
)
:
String
enrollment
Link copied to clipboard
@
Nullable
abstract
fun
enrollment
(
)
:
RelationshipItemEnrollment
event
Link copied to clipboard
@
Nullable
abstract
fun
event
(
)
:
RelationshipItemEvent
has
Enrollment
Link copied to clipboard
open
fun
hasEnrollment
(
)
:
Boolean
has
Event
Link copied to clipboard
open
fun
hasEvent
(
)
:
Boolean
has
Tracked
Entity
Instance
Link copied to clipboard
open
fun
hasTrackedEntityInstance
(
)
:
Boolean
relationship
Link copied to clipboard
@
Nullable
abstract
fun
relationship
(
)
:
ObjectWithUid
relationship
Item
Type
Link copied to clipboard
@
Nullable
abstract
fun
relationshipItemType
(
)
:
RelationshipConstraintType
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
RelationshipItem.Builder
tracked
Entity
Instance
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityInstance
(
)
:
RelationshipItemTrackedEntityInstance