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