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.modelMethods in com.oracle.bmc.nosql.model that return Row.Builder Modifier and Type Method Description static Row.BuilderRow. builder()Create a new builder.Row.BuilderRow.Builder. copy(Row model)Row.BuilderRow.Builder. timeOfExpiration(Date timeOfExpiration)The expiration time of the row.Row.BuilderRow. toBuilder()Row.BuilderRow.Builder. usage(RequestUsage usage)Row.BuilderRow.Builder. value(Map<String,Object> value)The map of values from a row.
 
-