public static class GetFileDiffResponse.Builder extends Object implements BmcResponse.Builder<GetFileDiffResponse>
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(Map<String,List<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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetFileDiffResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetFileDiffResponse>
public GetFileDiffResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetFileDiffResponse>
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.
copy
in interface BmcResponse.Builder<GetFileDiffResponse>
o
- other request from which to copy valuespublic GetFileDiffResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetFileDiffResponse>
Copyright © 2016–2024. All rights reserved.