public static class GetRuleResponse.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
GetRuleResponse.Builder |
__httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
|
GetRuleResponse |
build() |
GetRuleResponse.Builder |
copy(GetRuleResponse o)
Copy method to populate the builder with values from the given instance.
|
GetRuleResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetRuleResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetRuleResponse.Builder |
rule(Rule rule)
The returned Rule instance.
|
String |
toString() |
public GetRuleResponse.Builder copy(GetRuleResponse o)
Copy method to populate the builder with values from the given instance.
public GetRuleResponse.Builder __httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
this.public GetRuleResponse.Builder etag(String etag)
For optimistic concurrency control. Add this value to the if-match parameter
in a PUT or DELETE operation. The resource will be updated only if the value you
provide matches the etag on the resource.
this.public GetRuleResponse.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 GetRuleResponse.Builder rule(Rule rule)
The returned Rule instance.
this.public GetRuleResponse build()
Copyright © 2016–2021. All rights reserved.