public static class GetAnnotationResponse.Builder extends Object implements BmcResponse.Builder<GetAnnotationResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetAnnotationResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetAnnotationResponse.Builder |
annotation(Annotation annotation)
The returned
Annotation instance. |
GetAnnotationResponse |
build()
Build the response object.
|
GetAnnotationResponse.Builder |
copy(GetAnnotationResponse o)
Copy method to populate the builder with values from the given instance.
|
GetAnnotationResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetAnnotationResponse.Builder |
headers(Map<String,List<String>> headers) |
GetAnnotationResponse.Builder |
opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetAnnotationResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetAnnotationResponse>
public GetAnnotationResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetAnnotationResponse>
public GetAnnotationResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetAnnotationResponse.Builder opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic GetAnnotationResponse.Builder annotation(Annotation annotation)
The returned Annotation
instance.
annotation
- the value to setpublic GetAnnotationResponse.Builder copy(GetAnnotationResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetAnnotationResponse>
o
- other request from which to copy valuespublic GetAnnotationResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetAnnotationResponse>
Copyright © 2016–2024. All rights reserved.