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