public static class GetApplicationResponse.Builder extends Object implements BmcResponse.Builder<GetApplicationResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetApplicationResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetApplicationResponse.Builder |
application(Application application)
The returned
Application instance. |
GetApplicationResponse |
build()
Build the response object.
|
GetApplicationResponse.Builder |
copy(GetApplicationResponse o)
Copy method to populate the builder with values from the given instance.
|
GetApplicationResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetApplicationResponse.Builder |
headers(Map<String,List<String>> headers) |
GetApplicationResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetApplicationResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetApplicationResponse>
public GetApplicationResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetApplicationResponse>
public GetApplicationResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
etag
- the value to setpublic GetApplicationResponse.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.
opcRequestId
- the value to setpublic GetApplicationResponse.Builder application(Application application)
The returned Application
instance.
application
- the value to setpublic GetApplicationResponse.Builder copy(GetApplicationResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetApplicationResponse>
o
- other request from which to copy valuespublic GetApplicationResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetApplicationResponse>
Copyright © 2016–2024. All rights reserved.