Class ListDesktopPoolsResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.desktops.responses.ListDesktopPoolsResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<ListDesktopPoolsResponse>
 - Enclosing class:
- ListDesktopPoolsResponse
 
 public static class ListDesktopPoolsResponse.Builder extends Object implements BmcResponse.Builder<ListDesktopPoolsResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDesktopPoolsResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListDesktopPoolsResponsebuild()Build the response object.ListDesktopPoolsResponse.Buildercopy(ListDesktopPoolsResponse o)Copy method to populate the builder with values from the given instance.ListDesktopPoolsResponse.BuilderdesktopPoolCollection(DesktopPoolCollection desktopPoolCollection)The returned DesktopPoolCollection instance.ListDesktopPoolsResponse.Builderheaders(Map<String,List<String>> headers)ListDesktopPoolsResponse.BuilderopcNextPage(String opcNextPage)For pagination.ListDesktopPoolsResponse.BuilderopcRequestId(String opcRequestId)The unique identifier of the request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public ListDesktopPoolsResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<ListDesktopPoolsResponse>
 
 - 
headerspublic ListDesktopPoolsResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<ListDesktopPoolsResponse>
 
 - 
opcRequestIdpublic ListDesktopPoolsResponse.Builder opcRequestId(String opcRequestId) The unique identifier of the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcNextPagepublic ListDesktopPoolsResponse.Builder opcNextPage(String opcNextPage) For pagination.- Parameters:
- opcNextPage- the value to set
- Returns:
- this builder
 
 - 
desktopPoolCollectionpublic ListDesktopPoolsResponse.Builder desktopPoolCollection(DesktopPoolCollection desktopPoolCollection) The returned DesktopPoolCollection instance.- Parameters:
- desktopPoolCollection- the value to set
- Returns:
- this builder
 
 - 
copypublic ListDesktopPoolsResponse.Builder copy(ListDesktopPoolsResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<ListDesktopPoolsResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListDesktopPoolsResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<ListDesktopPoolsResponse>
- Returns:
- the response object
 
 
- 
 
-