public static class GetGenericArtifactContentByPathResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetGenericArtifactContentByPathResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetGenericArtifactContentByPathResponse |
build() |
GetGenericArtifactContentByPathResponse.Builder |
copy(GetGenericArtifactContentByPathResponse o)
Copy method to populate the builder with values from the given instance.
|
GetGenericArtifactContentByPathResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetGenericArtifactContentByPathResponse.Builder |
inputStream(InputStream inputStream)
The returned java.io.InputStream instance.
|
GetGenericArtifactContentByPathResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetGenericArtifactContentByPathResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetGenericArtifactContentByPathResponse.Builder copy(GetGenericArtifactContentByPathResponse o)
Copy method to populate the builder with values from the given instance.
public GetGenericArtifactContentByPathResponse build()
public GetGenericArtifactContentByPathResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetGenericArtifactContentByPathResponse.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 GetGenericArtifactContentByPathResponse.Builder inputStream(InputStream inputStream)
The returned java.io.InputStream instance.
this
.Copyright © 2016–2022. All rights reserved.