toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.relationship
/
NewTrackerImporterRelationship
New
Tracker
Importer
Relationship
abstract
class
NewTrackerImporterRelationship
:
BaseDeletableDataObject
,
ObjectWithUidInterface
Members
Constructors
New
Tracker
Importer
Relationship
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDeletableDataObject.Builder
<
T
>
Functions
bidirectional
Link copied to clipboard
@
Nullable
abstract
fun
bidirectional
(
)
:
Boolean
builder
Link copied to clipboard
open
fun
builder
(
)
:
NewTrackerImporterRelationship.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
NewTrackerImporterRelationship
created
At
Link copied to clipboard
@
Nullable
abstract
fun
createdAt
(
)
:
Date
deleted
Link copied to clipboard
@
Nullable
abstract
fun
deleted
(
)
:
Boolean
from
Link copied to clipboard
@
Nullable
abstract
fun
from
(
)
:
NewTrackerImporterRelationshipItem
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
relationship
Name
Link copied to clipboard
@
Nullable
abstract
fun
relationshipName
(
)
:
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
(
)
:
NewTrackerImporterRelationshipItem
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
NewTrackerImporterRelationship.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
uid
Link copied to clipboard
abstract
fun
uid
(
)
:
String
updated
At
Link copied to clipboard
@
Nullable
abstract
fun
updatedAt
(
)
:
Date