Class ListRemediationRecipesRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.adm.requests.ListRemediationRecipesRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220421") public class ListRemediationRecipesRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/adm/ListRemediationRecipesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRemediationRecipesRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListRemediationRecipesRequest.Builderstatic classListRemediationRecipesRequest.SortByThe field used to sort Remediation Recipes.
 - 
Constructor SummaryConstructors Constructor Description ListRemediationRecipesRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRemediationRecipesRequest.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()A filter to return only resources that belong to the specified compartment identifier.StringgetDisplayName()A filter to return only resources that match the entire display name given.StringgetId()A filter to return only resources that match the specified identifier.RemediationRecipe.LifecycleStategetLifecycleState()A filter to return only Remediation Recipes that match the specified lifecycleState.IntegergetLimit()The maximum number of items to return.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()A token representing the position at which to start retrieving results.ListRemediationRecipesRequest.SortBygetSortBy()The field used to sort Remediation Recipes.SortOrdergetSortOrder()The sort order to use, either ‘ASC’ or ‘DESC’.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListRemediationRecipesRequest.BuildertoBuilder()Return an instance ofListRemediationRecipesRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() A filter to return only resources that match the specified identifier.Required only if the compartmentId query parameter is not specified. 
 - 
getSortBypublic ListRemediationRecipesRequest.SortBy getSortBy() The field used to sort Remediation Recipes.Only one sort order is allowed. Default order for displayName is ascending alphabetical order. Default order for lifecyleState is the following sequence: CREATING, ACTIVE, UPDATING, INACTIVE, FAILED, DELETING, and DELETED. Default order for timeCreated is descending. Default order for timeUpdated is descending. Default order for type is the following sequence: ADM. 
 - 
getLifecycleStatepublic RemediationRecipe.LifecycleState getLifecycleState() A filter to return only Remediation Recipes that match the specified lifecycleState.
 - 
getSortOrderpublic SortOrder getSortOrder() The sort order to use, either ‘ASC’ or ‘DESC’.
 - 
getDisplayNamepublic String getDisplayName() A filter to return only resources that match the entire display name given.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.
 - 
getPagepublic String getPage() A token representing the position at which to start retrieving results.This must come from the opc-next-page header field of a previous response. 
 - 
getCompartmentIdpublic String getCompartmentId() A filter to return only resources that belong to the specified compartment identifier.Required only if the id query param is not specified. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
toBuilderpublic ListRemediationRecipesRequest.Builder toBuilder() Return an instance ofListRemediationRecipesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListRemediationRecipesRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListRemediationRecipesRequest.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>
 
 
- 
 
-