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