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