toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.maintenance
/
ForeignKeyViolation
/
Builder
Builder
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
ForeignKeyViolation
created
Link copied to clipboard
abstract
fun
created
(
created
:
Date
)
:
ForeignKeyViolation.Builder
from
Column
Link copied to clipboard
abstract
fun
fromColumn
(
fromColumn
:
String
)
:
ForeignKeyViolation.Builder
from
Object
Row
Link copied to clipboard
abstract
fun
fromObjectRow
(
fromObjectRow
:
String
)
:
ForeignKeyViolation.Builder
from
Object
Uid
Link copied to clipboard
abstract
fun
fromObjectUid
(
fromObjectUid
:
String
)
:
ForeignKeyViolation.Builder
from
Table
Link copied to clipboard
abstract
fun
fromTable
(
fromTable
:
String
)
:
ForeignKeyViolation.Builder
id
Link copied to clipboard
abstract
fun
id
(
id
:
Long
)
:
T
not
Found
Value
Link copied to clipboard
abstract
fun
notFoundValue
(
notFoundValue
:
String
)
:
ForeignKeyViolation.Builder
to
Column
Link copied to clipboard
abstract
fun
toColumn
(
toColumn
:
String
)
:
ForeignKeyViolation.Builder
to
Table
Link copied to clipboard
abstract
fun
toTable
(
toTable
:
String
)
:
ForeignKeyViolation.Builder