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