put

fun put(key: String, value: String): DataObject.Builder
fun put(key: String, value: Int): DataObject.Builder
fun put(key: String, value: Long): DataObject.Builder
fun put(key: String, value: Double): DataObject.Builder

Adds the provided value into this DataObject.Builder, overwriting the existing item at that key if it already exists.

Return

The current Builder being operated on


Adds a DataItemConvertible object to the DataObject. The

Return

The current Builder being operated on