Uses of Class
com.oracle.bmc.nosql.model.UpdateRowDetails
-
Packages that use UpdateRowDetails Package Description com.oracle.bmc.nosql.model com.oracle.bmc.nosql.requests -
-
Uses of UpdateRowDetails in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return UpdateRowDetails Modifier and Type Method Description UpdateRowDetails
UpdateRowDetails.Builder. build()
Methods in com.oracle.bmc.nosql.model with parameters of type UpdateRowDetails Modifier and Type Method Description UpdateRowDetails.Builder
UpdateRowDetails.Builder. copy(UpdateRowDetails model)
-
Uses of UpdateRowDetails in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return UpdateRowDetails Modifier and Type Method Description UpdateRowDetails
UpdateRowRequest. getBody$()
Alternative accessor for the body parameter.UpdateRowDetails
UpdateRowRequest. getUpdateRowDetails()
Specifications for the putting of a table row.Methods in com.oracle.bmc.nosql.requests with parameters of type UpdateRowDetails Modifier and Type Method Description UpdateRowRequest.Builder
UpdateRowRequest.Builder. body$(UpdateRowDetails body)
Alternative setter for the body parameter.UpdateRowRequest.Builder
UpdateRowRequest.Builder. updateRowDetails(UpdateRowDetails updateRowDetails)
Specifications for the putting of a table row.
-