public static class GetSdkResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetSdkResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetSdkResponse |
build() |
GetSdkResponse.Builder |
copy(GetSdkResponse o)
Copy method to populate the builder with values from the given instance.
|
GetSdkResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetSdkResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetSdkResponse.Builder |
sdk(Sdk sdk)
The returned Sdk instance.
|
String |
toString() |
public GetSdkResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetSdkResponse.Builder copy(GetSdkResponse o)
Copy method to populate the builder with values from the given instance.
public GetSdkResponse build()
public GetSdkResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetSdkResponse.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.
this
.public GetSdkResponse.Builder sdk(Sdk sdk)
The returned Sdk instance.
this
.Copyright © 2016–2022. All rights reserved.