Uses of Class
com.oracle.bmc.nosql.model.Row.Builder
-
Packages that use Row.Builder Package Description com.oracle.bmc.nosql.model -
-
Uses of Row.Builder in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Row.Builder Modifier and Type Method Description static Row.Builder
Row. builder()
Create a new builder.Row.Builder
Row.Builder. copy(Row model)
Row.Builder
Row.Builder. timeOfExpiration(Date timeOfExpiration)
The expiration time of the row.Row.Builder
Row. toBuilder()
Row.Builder
Row.Builder. usage(RequestUsage usage)
Row.Builder
Row.Builder. value(Map<String,Object> value)
The map of values from a row.
-