Package com.oracle.bmc.responses
Interface BmcResponse.Builder<T extends BmcResponse>
-
- Enclosing class:
- BmcResponse
public static interface BmcResponse.Builder<T extends BmcResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BmcResponse.Builder<T>__httpStatusCode__(int __httpStatusCode__)Tbuild()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)
-
-
-
Method Detail
-
__httpStatusCode__
BmcResponse.Builder<T> __httpStatusCode__(int __httpStatusCode__)
-
copy
BmcResponse.Builder<T> copy(T o)
Copy method to populate the builder with values from the given instance.- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
isNotModified
default BmcResponse.Builder<T> isNotModified(boolean notModified)
-
build
T build()
Build the response.- Returns:
- response
-
-