Class ListWlsDomainsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.wlms.requests.ListWlsDomainsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20241101") public class ListWlsDomainsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/wlms/ListWlsDomainsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWlsDomainsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListWlsDomainsRequest.Builderstatic classListWlsDomainsRequest.MiddlewareTypeA filter to return WebLogic domains based on the type of middleware of the WebLogic domain.static classListWlsDomainsRequest.SortByThe field by which to sort the resource.static classListWlsDomainsRequest.SortOrderThe sort order is either ‘ASC’ or ‘DESC’.static classListWlsDomainsRequest.WeblogicVersionA filter to return WebLogic domains based on the WebLogic version.
 - 
Constructor SummaryConstructors Constructor Description ListWlsDomainsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWlsDomainsRequest.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’.StringgetCompartmentId()The OCID of the compartment that contains the resources to list.StringgetDisplayName()The display name.StringgetId()The OCID of the WebLogic domain.WlsDomain.LifecycleStategetLifecycleState()A filter to return only resources that match the given lifecycle state.IntegergetLimit()The maximum number of items to return.ListWlsDomainsRequest.MiddlewareTypegetMiddlewareType()A filter to return WebLogic domains based on the type of middleware of the WebLogic domain.StringgetOpcRequestId()The client request ID for tracing.StringgetOpcRetryToken()A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.StringgetPage()The page token that represents the page at which to start retrieving results.PatchReadinessStatusgetPatchReadinessStatus()A filter to return domains based on the patch readiness status.ListWlsDomainsRequest.SortBygetSortBy()The field by which to sort the resource.ListWlsDomainsRequest.SortOrdergetSortOrder()The sort order is either ‘ASC’ or ‘DESC’.ListWlsDomainsRequest.WeblogicVersiongetWeblogicVersion()A filter to return WebLogic domains based on the WebLogic version.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListWlsDomainsRequest.BuildertoBuilder()Return an instance ofListWlsDomainsRequest.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 that contains the resources to list.This filter returns only resources contained within the specified compartment. 
 - 
getLifecycleStatepublic WlsDomain.LifecycleState getLifecycleState() A filter to return only resources that match the given lifecycle state.The state value is case-insensitive. 
 - 
getDisplayNamepublic String getDisplayName() The display name.
 - 
getWeblogicVersionpublic ListWlsDomainsRequest.WeblogicVersion getWeblogicVersion() A filter to return WebLogic domains based on the WebLogic version.
 - 
getMiddlewareTypepublic ListWlsDomainsRequest.MiddlewareType getMiddlewareType() A filter to return WebLogic domains based on the type of middleware of the WebLogic domain.
 - 
getPatchReadinessStatuspublic PatchReadinessStatus getPatchReadinessStatus() A filter to return domains based on the patch readiness status.
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
getOpcRetryTokenpublic String getOpcRetryToken() A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected. 
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.
 - 
getPagepublic String getPage() The page token that represents the page at which to start retrieving results.The token is usually retrieved from a previous List call. 
 - 
getSortOrderpublic ListWlsDomainsRequest.SortOrder getSortOrder() The sort order is either ‘ASC’ or ‘DESC’.
 - 
getSortBypublic ListWlsDomainsRequest.SortBy getSortBy() The field by which to sort the resource.Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified, timeCreated is default. 
 - 
toBuilderpublic ListWlsDomainsRequest.Builder toBuilder() Return an instance ofListWlsDomainsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListWlsDomainsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListWlsDomainsRequest.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>
 
 
- 
 
-