public static final class BatchResponseItem.Builder
extends java.lang.Object
BatchResponseItem.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
BatchResponseItem. |
| Modifier and Type | Method and Description |
|---|---|
BatchResponseItem |
build() |
BatchResponseItem.Builder |
setBody(com.vmware.vapi.bindings.Structure body)
object returned by api
|
BatchResponseItem.Builder |
setCode(java.lang.Long code)
http status code format: int64
|
BatchResponseItem.Builder |
setHeaders(com.vmware.vapi.bindings.Structure headers)
The headers returned by the API call
|
public Builder()
BatchResponseItem.public BatchResponseItem.Builder setBody(com.vmware.vapi.bindings.Structure body)
body - New value for the property.public BatchResponseItem.Builder setCode(java.lang.Long code)
code - New value for the property.public BatchResponseItem.Builder setHeaders(com.vmware.vapi.bindings.Structure headers)
headers - New value for the property.public BatchResponseItem build()