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