public static class GetProjectResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetProjectResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetProjectResponse |
build() |
GetProjectResponse.Builder |
copy(GetProjectResponse o)
Copy method to populate the builder with values from the given instance.
|
GetProjectResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetProjectResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
GetProjectResponse.Builder |
project(Project project)
The returned Project instance.
|
String |
toString() |
public GetProjectResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetProjectResponse.Builder copy(GetProjectResponse o)
Copy method to populate the builder with values from the given instance.
public GetProjectResponse build()
public GetProjectResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public GetProjectResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
this
.public GetProjectResponse.Builder project(Project project)
The returned Project instance.
this
.Copyright © 2016–2022. All rights reserved.