Builder

abstract class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): KeyValuePair
Link copied to clipboard
abstract fun id(id: Long): KeyValuePair.Builder
Link copied to clipboard
abstract fun key(key: String): KeyValuePair.Builder
Link copied to clipboard
abstract fun value(value: String): KeyValuePair.Builder