toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.maintenance
/
ForeignKeyViolation
Foreign
Key
Violation
abstract
class
ForeignKeyViolation
:
BaseObject
Members
Constructors
Foreign
Key
Violation
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
(
)
:
ForeignKeyViolation.Builder
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
ForeignKeyViolation
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
from
Column
Link copied to clipboard
@
Nullable
abstract
fun
fromColumn
(
)
:
String
from
Object
Row
Link copied to clipboard
@
Nullable
abstract
fun
fromObjectRow
(
)
:
String
from
Object
Uid
Link copied to clipboard
@
Nullable
abstract
fun
fromObjectUid
(
)
:
String
from
Table
Link copied to clipboard
@
Nullable
abstract
fun
fromTable
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
not
Found
Value
Link copied to clipboard
@
Nullable
abstract
fun
notFoundValue
(
)
:
String
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
ForeignKeyViolation.Builder
to
Column
Link copied to clipboard
@
Nullable
abstract
fun
toColumn
(
)
:
String
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
to
Table
Link copied to clipboard
@
Nullable
abstract
fun
toTable
(
)
:
String