Package com.oracle.bmc.nosql.model
Class DeleteRowResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.nosql.model.DeleteRowResult.Builder
 
- 
- Enclosing class:
- DeleteRowResult
 
 public static class DeleteRowResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteRowResultbuild()DeleteRowResult.Buildercopy(DeleteRowResult model)DeleteRowResult.BuilderexistingValue(Map<String,Object> existingValue)The map of values from a row.DeleteRowResult.BuilderexistingVersion(String existingVersion)The version string associated with the existing row.DeleteRowResult.BuilderisSuccess(Boolean isSuccess)Convey the success or failure of the operation.DeleteRowResult.Builderusage(RequestUsage usage)
 
- 
- 
- 
Method Detail- 
isSuccesspublic DeleteRowResult.Builder isSuccess(Boolean isSuccess) Convey the success or failure of the operation.- Parameters:
- isSuccess- the value to set
- Returns:
- this builder
 
 - 
existingVersionpublic DeleteRowResult.Builder existingVersion(String existingVersion) The version string associated with the existing row.Returned if the delete fails due to options setting in the request. - Parameters:
- existingVersion- the value to set
- Returns:
- this builder
 
 - 
existingValuepublic DeleteRowResult.Builder existingValue(Map<String,Object> existingValue) The map of values from a row.- Parameters:
- existingValue- the value to set
- Returns:
- this builder
 
 - 
usagepublic DeleteRowResult.Builder usage(RequestUsage usage) 
 - 
buildpublic DeleteRowResult build() 
 - 
copypublic DeleteRowResult.Builder copy(DeleteRowResult model) 
 
- 
 
-