public static class ExportQueryResultResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ExportQueryResultResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ExportQueryResultResponse |
build() |
ExportQueryResultResponse.Builder |
copy(ExportQueryResultResponse o)
Copy method to populate the builder with values from the given instance.
|
ExportQueryResultResponse.Builder |
inputStream(InputStream inputStream)
The returned java.io.InputStream instance.
|
ExportQueryResultResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public ExportQueryResultResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ExportQueryResultResponse.Builder copy(ExportQueryResultResponse o)
Copy method to populate the builder with values from the given instance.
public ExportQueryResultResponse build()
public ExportQueryResultResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
this
.public ExportQueryResultResponse.Builder inputStream(InputStream inputStream)
The returned java.io.InputStream instance.
this
.Copyright © 2016–2022. All rights reserved.