Uses of Class
com.oracle.bmc.blockchain.responses.GetOsnResponse.Builder
-
Packages that use GetOsnResponse.Builder Package Description com.oracle.bmc.blockchain.responses -
-
Uses of GetOsnResponse.Builder in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return GetOsnResponse.Builder Modifier and Type Method Description GetOsnResponse.Builder
GetOsnResponse.Builder. __httpStatusCode__(int __httpStatusCode__)
static GetOsnResponse.Builder
GetOsnResponse. builder()
Return a new builder for this response object.GetOsnResponse.Builder
GetOsnResponse.Builder. copy(GetOsnResponse o)
Copy method to populate the builder with values from the given instance.GetOsnResponse.Builder
GetOsnResponse.Builder. etag(String etag)
For optimistic concurrency control.GetOsnResponse.Builder
GetOsnResponse.Builder. headers(Map<String,List<String>> headers)
GetOsnResponse.Builder
GetOsnResponse.Builder. opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.GetOsnResponse.Builder
GetOsnResponse.Builder. osn(Osn osn)
The returned Osn instance.
-