NoteCreateProjection

abstract class NoteCreateProjection

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder

Functions

Link copied to clipboard
Link copied to clipboard
open fun create(enrollment: String, value: String): NoteCreateProjection
open fun create(noteType: Note.NoteType, ownerUid: String, value: String): NoteCreateProjection
Link copied to clipboard
abstract fun enrollment(): String
Link copied to clipboard
abstract fun event(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun value(): String