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