toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.note
/
NoteCreateProjection
Note
Create
Projection
abstract
class
NoteCreateProjection
Members
Constructors
Note
Create
Projection
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
NoteCreateProjection.Builder
create
Link copied to clipboard
open
fun
create
(
enrollment
:
String
,
value
:
String
)
:
NoteCreateProjection
open
fun
create
(
noteType
:
Note.NoteType
,
ownerUid
:
String
,
value
:
String
)
:
NoteCreateProjection
enrollment
Link copied to clipboard
@
Nullable
abstract
fun
enrollment
(
)
:
String
event
Link copied to clipboard
@
Nullable
abstract
fun
event
(
)
:
String
note
Type
Link copied to clipboard
@
Nullable
abstract
fun
noteType
(
)
:
Note.NoteType
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
NoteCreateProjection.Builder
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String