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