public static class UpdateJavaLicenseAcceptanceRecordResponse.Builder extends Object implements BmcResponse.Builder<UpdateJavaLicenseAcceptanceRecordResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateJavaLicenseAcceptanceRecordResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateJavaLicenseAcceptanceRecordResponse |
build()
Build the response object.
|
UpdateJavaLicenseAcceptanceRecordResponse.Builder |
copy(UpdateJavaLicenseAcceptanceRecordResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateJavaLicenseAcceptanceRecordResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateJavaLicenseAcceptanceRecordResponse.Builder |
headers(Map<String,List<String>> headers) |
UpdateJavaLicenseAcceptanceRecordResponse.Builder |
javaLicenseAcceptanceRecord(JavaLicenseAcceptanceRecord javaLicenseAcceptanceRecord)
The returned
JavaLicenseAcceptanceRecord instance. |
UpdateJavaLicenseAcceptanceRecordResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UpdateJavaLicenseAcceptanceRecordResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UpdateJavaLicenseAcceptanceRecordResponse>
public UpdateJavaLicenseAcceptanceRecordResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UpdateJavaLicenseAcceptanceRecordResponse>
public UpdateJavaLicenseAcceptanceRecordResponse.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 UpdateJavaLicenseAcceptanceRecordResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UpdateJavaLicenseAcceptanceRecordResponse.Builder javaLicenseAcceptanceRecord(JavaLicenseAcceptanceRecord javaLicenseAcceptanceRecord)
The returned JavaLicenseAcceptanceRecord
instance.
javaLicenseAcceptanceRecord
- the value to setpublic UpdateJavaLicenseAcceptanceRecordResponse.Builder copy(UpdateJavaLicenseAcceptanceRecordResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UpdateJavaLicenseAcceptanceRecordResponse>
o
- other request from which to copy valuespublic UpdateJavaLicenseAcceptanceRecordResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UpdateJavaLicenseAcceptanceRecordResponse>
Copyright © 2016–2024. All rights reserved.