public abstract static class OperationResponse.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract OperationResponse |
build() |
abstract OperationResponse.Builder |
setErrorCodeFieldName(String val) |
abstract OperationResponse.Builder |
setErrorMessageFieldName(String val) |
abstract OperationResponse.Builder |
setNameFieldName(String nameFieldName) |
abstract OperationResponse.Builder |
setStatusFieldName(String val) |
abstract OperationResponse.Builder |
setStatusFieldTypeName(String className) |
public abstract OperationResponse.Builder setNameFieldName(String nameFieldName)
public abstract OperationResponse.Builder setStatusFieldName(String val)
public abstract OperationResponse.Builder setErrorCodeFieldName(String val)
public abstract OperationResponse.Builder setErrorMessageFieldName(String val)
public abstract OperationResponse.Builder setStatusFieldTypeName(String className)
public abstract OperationResponse build()
Copyright © 2022 Google LLC. All rights reserved.