Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder : BaseDeletableDataObject.Builder<T>
Link copied to clipboard

Functions

Link copied to clipboard
open fun builder(): Note.Builder
Link copied to clipboard
open fun create(cursor: Cursor): Note
Link copied to clipboard
abstract fun deleted(): Boolean
Link copied to clipboard
abstract fun enrollment(): String
Link copied to clipboard
abstract fun event(): String
Link copied to clipboard
abstract fun id(): Long
Link copied to clipboard
Link copied to clipboard
open fun state(): State
Link copied to clipboard
abstract fun storedBy(): String
Link copied to clipboard
abstract fun storedDate(): String
Link copied to clipboard
abstract fun syncState(): State
Link copied to clipboard
abstract fun toBuilder(): Note.Builder
Link copied to clipboard
Link copied to clipboard
abstract fun uid(): String
Link copied to clipboard
abstract fun value(): String