public static class GetFileDiffResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetFileDiffResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetFileDiffResponse |
build()
Build the response object.
|
GetFileDiffResponse.Builder |
copy(GetFileDiffResponse o)
Copy method to populate the builder with values from the given instance.
|
GetFileDiffResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetFileDiffResponse.Builder |
fileDiffResponse(FileDiffResponse fileDiffResponse)
The returned FileDiffResponse instance.
|
GetFileDiffResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetFileDiffResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetFileDiffResponse.Builder |
sunset(String sunset)
This API will be deprecated on Wed, 29 Mar 2023 01:00:00 GMT.
|
public GetFileDiffResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetFileDiffResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetFileDiffResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetFileDiffResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.
opcRequestId
- the value to setpublic GetFileDiffResponse.Builder sunset(String sunset)
This API will be deprecated on Wed, 29 Mar 2023 01:00:00 GMT. Please use “/repositories/{repositoryId}/file/diffs”
sunset
- the value to setpublic GetFileDiffResponse.Builder fileDiffResponse(FileDiffResponse fileDiffResponse)
The returned FileDiffResponse instance.
fileDiffResponse
- the value to setpublic GetFileDiffResponse.Builder copy(GetFileDiffResponse o)
Copy method to populate the builder with values from the given instance.
public GetFileDiffResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.