public static class GetJavaFamilyResponse.Builder extends Object implements BmcResponse.Builder<GetJavaFamilyResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetJavaFamilyResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetJavaFamilyResponse |
build()
Build the response object.
|
GetJavaFamilyResponse.Builder |
copy(GetJavaFamilyResponse o)
Copy method to populate the builder with values from the given instance.
|
GetJavaFamilyResponse.Builder |
headers(Map<String,List<String>> headers) |
GetJavaFamilyResponse.Builder |
javaFamily(JavaFamily javaFamily)
The returned
JavaFamily instance. |
GetJavaFamilyResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetJavaFamilyResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetJavaFamilyResponse>
public GetJavaFamilyResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetJavaFamilyResponse>
public GetJavaFamilyResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.
opcRequestId
- the value to setpublic GetJavaFamilyResponse.Builder javaFamily(JavaFamily javaFamily)
The returned JavaFamily
instance.
javaFamily
- the value to setpublic GetJavaFamilyResponse.Builder copy(GetJavaFamilyResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetJavaFamilyResponse>
o
- other request from which to copy valuespublic GetJavaFamilyResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetJavaFamilyResponse>
Copyright © 2016–2024. All rights reserved.