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