Package com.oracle.bmc.desktops.requests
Class ListDesktopPoolsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.desktops.requests.ListDesktopPoolsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220618") public class ListDesktopPoolsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/desktops/ListDesktopPoolsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDesktopPoolsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListDesktopPoolsRequest.Builderstatic classListDesktopPoolsRequest.SortByA field to sort by.static classListDesktopPoolsRequest.SortOrderA field to indicate the sort order.
 - 
Constructor SummaryConstructors Constructor Description ListDesktopPoolsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDesktopPoolsRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetAvailabilityDomain()The name of the availability domain.StringgetCompartmentId()The OCID of the compartment of the desktop pool.StringgetDisplayName()A filter to return only results with the given displayName.StringgetId()A filter to return only results with the given OCID.StringgetLifecycleState()A filter to return only results with the given lifecycleState.IntegergetLimit()The maximum number of results to return.StringgetOpcRequestId()The unique identifier of the request.StringgetPage()For list pagination.ListDesktopPoolsRequest.SortBygetSortBy()A field to sort by.ListDesktopPoolsRequest.SortOrdergetSortOrder()A field to indicate the sort order.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListDesktopPoolsRequest.BuildertoBuilder()Return an instance ofListDesktopPoolsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment of the desktop pool.
 - 
getAvailabilityDomainpublic String getAvailabilityDomain() The name of the availability domain.
 - 
getDisplayNamepublic String getDisplayName() A filter to return only results with the given displayName.
 - 
getIdpublic String getId() A filter to return only results with the given OCID.
 - 
getLifecycleStatepublic String getLifecycleState() A filter to return only results with the given lifecycleState.
 - 
getLimitpublic Integer getLimit() The maximum number of results to return.
 - 
getSortBypublic ListDesktopPoolsRequest.SortBy getSortBy() A field to sort by.
 - 
getSortOrderpublic ListDesktopPoolsRequest.SortOrder getSortOrder() A field to indicate the sort order.
 - 
getOpcRequestIdpublic String getOpcRequestId() The unique identifier of the request.
 - 
getPagepublic String getPage() For list pagination.
 - 
toBuilderpublic ListDesktopPoolsRequest.Builder toBuilder() Return an instance ofListDesktopPoolsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListDesktopPoolsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListDesktopPoolsRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-