public static class GetFieldResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetFieldResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetFieldResponse |
build()
Build the response object.
|
GetFieldResponse.Builder |
copy(GetFieldResponse o)
Copy method to populate the builder with values from the given instance.
|
GetFieldResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetFieldResponse.Builder |
logAnalyticsField(LogAnalyticsField logAnalyticsField)
The returned LogAnalyticsField instance.
|
GetFieldResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public GetFieldResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetFieldResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetFieldResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
opcRequestId
- the value to setpublic GetFieldResponse.Builder logAnalyticsField(LogAnalyticsField logAnalyticsField)
The returned LogAnalyticsField instance.
logAnalyticsField
- the value to setpublic GetFieldResponse.Builder copy(GetFieldResponse o)
Copy method to populate the builder with values from the given instance.
public GetFieldResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.