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