toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.dataset
/
DataInputPeriod
Data
Input
Period
abstract
class
DataInputPeriod
:
BaseObject
Members
Constructors
Data
Input
Period
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
(
)
:
DataInputPeriod.Builder
closing
Date
Link copied to clipboard
@
Nullable
abstract
fun
closingDate
(
)
:
Date
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
DataInputPeriod
data
Set
Link copied to clipboard
@
Nullable
abstract
fun
dataSet
(
)
:
ObjectWithUid
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
opening
Date
Link copied to clipboard
@
Nullable
abstract
fun
openingDate
(
)
:
Date
period
Link copied to clipboard
abstract
fun
period
(
)
:
ObjectWithUid
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
DataInputPeriod.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues