public static class GetDesktopResponse.Builder extends Object implements BmcResponse.Builder<GetDesktopResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetDesktopResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetDesktopResponse |
build()
Build the response object.
|
GetDesktopResponse.Builder |
copy(GetDesktopResponse o)
Copy method to populate the builder with values from the given instance.
|
GetDesktopResponse.Builder |
desktop(Desktop desktop)
The returned
Desktop instance. |
GetDesktopResponse.Builder |
etag(String etag)
For optimistic concurrency.
|
GetDesktopResponse.Builder |
headers(Map<String,List<String>> headers) |
GetDesktopResponse.Builder |
opcRequestId(String opcRequestId)
The unique identifier of the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetDesktopResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetDesktopResponse>
public GetDesktopResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetDesktopResponse>
public GetDesktopResponse.Builder opcRequestId(String opcRequestId)
The unique identifier of the request.
opcRequestId
- the value to setpublic GetDesktopResponse.Builder etag(String etag)
For optimistic concurrency. See if-match.
etag
- the value to setpublic GetDesktopResponse.Builder desktop(Desktop desktop)
The returned Desktop
instance.
desktop
- the value to setpublic GetDesktopResponse.Builder copy(GetDesktopResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetDesktopResponse>
o
- other request from which to copy valuespublic GetDesktopResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetDesktopResponse>
Copyright © 2016–2024. All rights reserved.