toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.period
/
Period
Period
abstract
class
Period
:
CoreObject
Members
Constructors
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
(
)
:
Period.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
Period
end
Date
Link copied to clipboard
@
Nullable
abstract
fun
endDate
(
)
:
Date
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
period
Id
Link copied to clipboard
@
Nullable
abstract
fun
periodId
(
)
:
String
period
Type
Link copied to clipboard
@
Nullable
abstract
fun
periodType
(
)
:
PeriodType
start
Date
Link copied to clipboard
@
Nullable
abstract
fun
startDate
(
)
:
Date
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
Period.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues