Builder

abstract class Builder : BaseDeletableDataObject.Builder<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun build(): Note
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun enrollment(enrollment: String): Note.Builder
Link copied to clipboard
abstract fun event(event: String): Note.Builder
Link copied to clipboard
abstract fun id(id: Long): Note.Builder
Link copied to clipboard
abstract fun noteType(noteType: Note.NoteType): Note.Builder
Link copied to clipboard
open fun state(state: State): T
Link copied to clipboard
abstract fun storedBy(storedBy: String): Note.Builder
Link copied to clipboard
abstract fun storedDate(storedDate: String): Note.Builder
Link copied to clipboard
abstract fun syncState(@Nullable syncState: State): T
Link copied to clipboard
abstract fun uid(uid: String): Note.Builder
Link copied to clipboard
abstract fun value(value: String): Note.Builder