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