toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.relationship
/
RelationshipConstraint
Relationship
Constraint
abstract
class
RelationshipConstraint
:
BaseObject
Members
Constructors
Relationship
Constraint
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
RelationshipConstraint.Builder
constraint
Type
Link copied to clipboard
@
Nullable
abstract
fun
constraintType
(
)
:
RelationshipConstraintType
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
RelationshipConstraint
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
program
Link copied to clipboard
@
Nullable
abstract
fun
program
(
)
:
ObjectWithUid
program
Stage
Link copied to clipboard
@
Nullable
abstract
fun
programStage
(
)
:
ObjectWithUid
relationship
Entity
Link copied to clipboard
@
Nullable
abstract
fun
relationshipEntity
(
)
:
RelationshipEntityType
relationship
Type
Link copied to clipboard
@
Nullable
abstract
fun
relationshipType
(
)
:
ObjectWithUid
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
RelationshipConstraint.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
tracked
Entity
Type
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityType
(
)
:
ObjectWithUid
tracker
Data
View
Link copied to clipboard
@
Nullable
abstract
fun
trackerDataView
(
)
:
TrackerDataView