public static class DetectLanguageKeyPhrasesResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DetectLanguageKeyPhrasesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DetectLanguageKeyPhrasesResponse |
build()
Build the response object.
|
DetectLanguageKeyPhrasesResponse.Builder |
copy(DetectLanguageKeyPhrasesResponse o)
Copy method to populate the builder with values from the given instance.
|
DetectLanguageKeyPhrasesResponse.Builder |
detectLanguageKeyPhrasesResult(DetectLanguageKeyPhrasesResult detectLanguageKeyPhrasesResult)
The returned DetectLanguageKeyPhrasesResult instance.
|
DetectLanguageKeyPhrasesResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
DetectLanguageKeyPhrasesResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DetectLanguageKeyPhrasesResponse.Builder |
sunset(String sunset)
This API will be retired on Monday, 10 Oct 2023 00:00:00 GMT
|
public DetectLanguageKeyPhrasesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public DetectLanguageKeyPhrasesResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public DetectLanguageKeyPhrasesResponse.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 DetectLanguageKeyPhrasesResponse.Builder sunset(String sunset)
This API will be retired on Monday, 10 Oct 2023 00:00:00 GMT
sunset
- the value to setpublic DetectLanguageKeyPhrasesResponse.Builder detectLanguageKeyPhrasesResult(DetectLanguageKeyPhrasesResult detectLanguageKeyPhrasesResult)
The returned DetectLanguageKeyPhrasesResult instance.
detectLanguageKeyPhrasesResult
- the value to setpublic DetectLanguageKeyPhrasesResponse.Builder copy(DetectLanguageKeyPhrasesResponse o)
Copy method to populate the builder with values from the given instance.
public DetectLanguageKeyPhrasesResponse build()
Build the response object.
Copyright © 2016–2023. All rights reserved.