public static class PutRepositoryRefResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PutRepositoryRefResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
PutRepositoryRefResponse |
build()
Build the response object.
|
PutRepositoryRefResponse.Builder |
copy(PutRepositoryRefResponse o)
Copy method to populate the builder with values from the given instance.
|
PutRepositoryRefResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
PutRepositoryRefResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
PutRepositoryRefResponse.Builder |
location(String location)
Relative URL of the newly created resource.
|
PutRepositoryRefResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
PutRepositoryRefResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
PutRepositoryRefResponse.Builder |
repositoryRef(RepositoryRef repositoryRef)
The returned RepositoryRef instance.
|
public PutRepositoryRefResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public PutRepositoryRefResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public PutRepositoryRefResponse.Builder location(String location)
Relative URL of the newly created resource.
location
- the value to setpublic PutRepositoryRefResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic PutRepositoryRefResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic PutRepositoryRefResponse.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 PutRepositoryRefResponse.Builder repositoryRef(RepositoryRef repositoryRef)
The returned RepositoryRef instance.
repositoryRef
- the value to setpublic PutRepositoryRefResponse.Builder copy(PutRepositoryRefResponse o)
Copy method to populate the builder with values from the given instance.
public PutRepositoryRefResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.