Package com.oracle.bmc.mysql.requests
Class ListConfigurationsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.mysql.requests.ListConfigurationsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public class ListConfigurationsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/mysql/ListConfigurationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConfigurationsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListConfigurationsRequest.Builderstatic classListConfigurationsRequest.SortByThe field to sort by.static classListConfigurationsRequest.SortOrderThe sort order to use (ASC or DESC).static classListConfigurationsRequest.TypeThe requested Configuration types.
 - 
Constructor SummaryConstructors Constructor Description ListConfigurationsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListConfigurationsRequest.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 compartment OCID.StringgetConfigurationId()The requested Configuration instance.StringgetDisplayName()A filter to return only the resource matching the given display name exactly.Configuration.LifecycleStategetLifecycleState()Configuration 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.StringgetShapeName()The requested Shape name.ListConfigurationsRequest.SortBygetSortBy()The field to sort by.ListConfigurationsRequest.SortOrdergetSortOrder()The sort order to use (ASC or DESC).List<ListConfigurationsRequest.Type>getType()The requested Configuration types.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListConfigurationsRequest.BuildertoBuilder()Return an instance ofListConfigurationsRequest.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. 
 - 
getConfigurationIdpublic String getConfigurationId() The requested Configuration instance.
 - 
getLifecycleStatepublic Configuration.LifecycleState getLifecycleState() Configuration Lifecycle State
 - 
getTypepublic List<ListConfigurationsRequest.Type> getType() The requested Configuration types.
 - 
getDisplayNamepublic String getDisplayName() A filter to return only the resource matching the given display name exactly.
 - 
getShapeNamepublic String getShapeName() The requested Shape name.
 - 
getSortBypublic ListConfigurationsRequest.SortBy getSortBy() The field to sort by.Only one sort order may be provided. Time fields are default ordered as descending. Display name is default ordered as ascending. 
 - 
getSortOrderpublic ListConfigurationsRequest.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 ListConfigurationsRequest.Builder toBuilder() Return an instance ofListConfigurationsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListConfigurationsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListConfigurationsRequest.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>
 
 
- 
 
-