public static class DeleteRowResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public DeleteRowResult.Builder isSuccess(Boolean isSuccess)
Convey the success or failure of the operation.
isSuccess
- the value to setpublic 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.
existingVersion
- the value to setpublic DeleteRowResult.Builder existingValue(Map<String,Object> existingValue)
The map of values from a row.
existingValue
- the value to setpublic DeleteRowResult.Builder usage(RequestUsage usage)
public DeleteRowResult build()
public DeleteRowResult.Builder copy(DeleteRowResult model)
Copyright © 2016–2024. All rights reserved.