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<T> __httpStatusCode__(int __httpStatusCode__)
BmcResponse.Builder<T> copy(T o)
Copy method to populate the builder with values from the given instance.
o
- other request from which to copy valuesdefault BmcResponse.Builder<T> isNotModified(boolean notModified)
T build()
Build the response.
Copyright © 2016–2024. All rights reserved.