public static class EncryptResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
EncryptResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
EncryptResponse |
build() |
EncryptResponse.Builder |
copy(EncryptResponse o)
Copy method to populate the builder with values from the given instance.
|
EncryptResponse.Builder |
encryptedData(EncryptedData encryptedData)
The returned EncryptedData instance.
|
EncryptResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public EncryptResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public EncryptResponse.Builder copy(EncryptResponse o)
Copy method to populate the builder with values from the given instance.
public EncryptResponse build()
public EncryptResponse.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.
this
.public EncryptResponse.Builder encryptedData(EncryptedData encryptedData)
The returned EncryptedData instance.
this
.Copyright © 2016–2022. All rights reserved.