public static class CreateRepositoryResponse.Builder extends Object implements BmcResponse.Builder<CreateRepositoryResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateRepositoryResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateRepositoryResponse |
build()
Build the response object.
|
CreateRepositoryResponse.Builder |
copy(CreateRepositoryResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateRepositoryResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateRepositoryResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateRepositoryResponse.Builder |
location(String location)
Relative URL of the newly created resource.
|
CreateRepositoryResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateRepositoryResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
CreateRepositoryResponse.Builder |
repository(Repository repository)
The returned
Repository instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateRepositoryResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateRepositoryResponse>
public CreateRepositoryResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateRepositoryResponse>
public CreateRepositoryResponse.Builder location(String location)
Relative URL of the newly created resource.
location
- the value to setpublic CreateRepositoryResponse.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 CreateRepositoryResponse.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 CreateRepositoryResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateRepositoryResponse.Builder repository(Repository repository)
The returned Repository
instance.
repository
- the value to setpublic CreateRepositoryResponse.Builder copy(CreateRepositoryResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateRepositoryResponse>
o
- other request from which to copy valuespublic CreateRepositoryResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateRepositoryResponse>
Copyright © 2016–2024. All rights reserved.