public static interface BmcResponse.Builder<T extends BmcResponse>
Modifier and Type | Method and Description |
---|---|
BmcResponse.Builder<T> |
__httpStatusCode__(int __httpStatusCode__) |
T |
build()
Build the response.
|
BmcResponse.Builder<T> |
copy(T o)
Copy method to populate the builder with values from the given instance.
|
BmcResponse.Builder<T> |
headers(Map<String,List<String>> headers) |
default BmcResponse.Builder<T> |
isNotModified(boolean notModified) |
BmcResponse.Builder<