public static class GetReportResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetReportResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetReportResponse |
build()
Build the response object.
|
GetReportResponse.Builder |
copy(GetReportResponse o)
Copy method to populate the builder with values from the given instance.
|
GetReportResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetReportResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetReportResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetReportResponse.Builder |
report(Report report)
The returned Report instance.
|
public GetReportResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetReportResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetReportResponse.Builder etag(String etag)
For optimistic concurrency control. For more information, see ETags for Optimistic Concurrency Control
etag
- the value to setpublic GetReportResponse.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.
opcRequestId
- the value to setpublic GetReportResponse.Builder report(Report report)
The returned Report instance.
report
- the value to setpublic GetReportResponse.Builder copy(GetReportResponse o)
Copy method to populate the builder with values from the given instance.
public GetReportResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.