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