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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteRowResult
build()
DeleteRowResult.Builder
copy(DeleteRowResult model)
DeleteRowResult.Builder
existingValue(Map<String,Object> existingValue)
The map of values from a row.DeleteRowResult.Builder
existingVersion(String existingVersion)
The version string associated with the existing row.DeleteRowResult.Builder
isSuccess(Boolean isSuccess)
Convey the success or failure of the operation.DeleteRowResult.Builder
usage(RequestUsage usage)
-
-
-
Method Detail
-
isSuccess
public DeleteRowResult.Builder isSuccess(Boolean isSuccess)
Convey the success or failure of the operation.- Parameters:
isSuccess
- the value to set- Returns:
- this builder
-
existingVersion
public 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
-
existingValue
public DeleteRowResult.Builder existingValue(Map<String,Object> existingValue)
The map of values from a row.- Parameters:
existingValue
- the value to set- Returns:
- this builder
-
usage
public DeleteRowResult.Builder usage(RequestUsage usage)
-
build
public DeleteRowResult build()
-
copy
public DeleteRowResult.Builder copy(DeleteRowResult model)
-
-