Package com.oracle.bmc.mysql.requests
Class ListBackupsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.mysql.requests.ListBackupsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public class ListBackupsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/mysql/ListBackupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBackupsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListBackupsRequest.Builderstatic classListBackupsRequest.SortByThe field to sort by.static classListBackupsRequest.SortOrderThe sort order to use (ASC or DESC).
 - 
Constructor SummaryConstructors Constructor Description ListBackupsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListBackupsRequest.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’.StringgetBackupId()Backup OCIDBackupValidationDetails.BackupPreparationStatusgetBackupPreparationStatus()Indicates whether the backup has been prepared successfully.StringgetCompartmentId()The compartment OCID.Backup.CreationTypegetCreationType()Backup creationTypeStringgetDbSystemId()The DB System OCID.StringgetDisplayName()A filter to return only the resource matching the given display name exactly.Backup.LifecycleStategetLifecycleState()Backup Lifecycle StateIntegergetLimit()The maximum number of items to return in a paginated list call.StringgetOpcRequestId()Customer-defined unique identifier for the request.StringgetPage()The value of the opc-next-page or opc-prev-page response header from the previous list call.SoftDeletegetSoftDelete()Backup Soft DeleteListBackupsRequest.SortBygetSortBy()The field to sort by.ListBackupsRequest.SortOrdergetSortOrder()The sort order to use (ASC or DESC).BackupValidationDetails.ValidationStatusgetValidationStatus()Backup validation statusinthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListBackupsRequest.BuildertoBuilder()Return an instance ofListBackupsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getOpcRequestIdpublic String getOpcRequestId() Customer-defined unique identifier for the request.If you need to contact Oracle about a specific request, please provide the request ID that you supplied in this header with the request. 
 - 
getBackupIdpublic String getBackupId() Backup OCID
 - 
getLifecycleStatepublic Backup.LifecycleState getLifecycleState() Backup Lifecycle State
 - 
getDisplayNamepublic String getDisplayName() A filter to return only the resource matching the given display name exactly.
 - 
getSoftDeletepublic SoftDelete getSoftDelete() Backup Soft Delete
 - 
getBackupPreparationStatuspublic BackupValidationDetails.BackupPreparationStatus getBackupPreparationStatus() Indicates whether the backup has been prepared successfully.
 - 
getValidationStatuspublic BackupValidationDetails.ValidationStatus getValidationStatus() Backup validation status
 - 
getCreationTypepublic Backup.CreationType getCreationType() Backup creationType
 - 
getSortBypublic ListBackupsRequest.SortBy getSortBy() The field to sort by.Only one sort order may be provided. Time fields are default ordered as descending. 
 - 
getSortOrderpublic ListBackupsRequest.SortOrder getSortOrder() The sort order to use (ASC or DESC).
 - 
getLimitpublic Integer getLimit() The maximum number of items to return in a paginated list call.For information about pagination, see List Pagination. 
 - 
getPagepublic String getPage() The value of the opc-next-page or opc-prev-page response header from the previous list call.For information about pagination, see List Pagination. 
 - 
toBuilderpublic ListBackupsRequest.Builder toBuilder() Return an instance ofListBackupsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListBackupsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListBackupsRequest.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>
 
 
- 
 
-