GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.__httpStatusCode__(int __httpStatusCode__) |
|
static GetRecordContentResponse.Builder |
GetRecordContentResponse.builder() |
Return a new builder for this response object.
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.cacheControl(String cacheControl) |
Cache-control allows us to tell browsers to cache assets, how long to store them, and
whether to validate them.
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.contentDisposition(String contentDisposition) |
The content disposition of the body, as described in RFC
2616, section 19.5.1.
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.contentLength(Long contentLength) |
The content size of the body in bytes.
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.contentType(String contentType) |
The content type as described in RFC 2616, section
14.17.
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.copy(GetRecordContentResponse o) |
Copy method to populate the builder with values from the given instance.
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.etag(String etag) |
For optimistic concurrency control.
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.headers(Map<String,List<String>> headers) |
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.inputStream(InputStream inputStream) |
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.isNotModified(boolean isNotModified) |
Flag to indicate whether or not the object was modified.
|
GetRecordContentResponse.Builder |
GetRecordContentResponse.Builder.opcRequestId(String opcRequestId) |
A unique Oracle-assigned identifier for the request.
|