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