Builder

abstract class Builder : BaseDeletableDataObject.Builder<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): DataStoreEntry
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun id(id: Long): DataStoreEntry.Builder
Link copied to clipboard
abstract fun key(key: String): DataStoreEntry.Builder
Link copied to clipboard
abstract fun namespace(namespace: String): DataStoreEntry.Builder
Link copied to clipboard
open fun state(state: State): T
Link copied to clipboard
abstract fun syncState(@Nullable syncState: State): T
Link copied to clipboard
abstract fun value(value: String): DataStoreEntry.Builder