Package com.oracle.bmc.mysql.requests
Class ListChannelsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.mysql.requests.ListChannelsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public class ListChannelsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/mysql/ListChannelsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListChannelsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListChannelsRequest.Builderstatic classListChannelsRequest.SortByThe field to sort by.static classListChannelsRequest.SortOrderThe sort order to use (ASC or DESC).
 - 
Constructor SummaryConstructors Constructor Description ListChannelsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListChannelsRequest.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’.StringgetChannelId()The OCID of the Channel.StringgetCompartmentId()The compartment OCID.StringgetDbSystemId()The DB System OCID.StringgetDisplayName()A filter to return only the resource matching the given display name exactly.BooleangetIsEnabled()If true, returns only Channels that are enabled.Channel.LifecycleStategetLifecycleState()The LifecycleState of the Channel.IntegergetLimit()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.ListChannelsRequest.SortBygetSortBy()The field to sort by.ListChannelsRequest.SortOrdergetSortOrder()The sort order to use (ASC or DESC).inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListChannelsRequest.BuildertoBuilder()Return an instance ofListChannelsRequest.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. 
 - 
getChannelIdpublic String getChannelId() The OCID of the Channel.
 - 
getDisplayNamepublic String getDisplayName() A filter to return only the resource matching the given display name exactly.
 - 
getLifecycleStatepublic Channel.LifecycleState getLifecycleState() The LifecycleState of the Channel.
 - 
getIsEnabledpublic Boolean getIsEnabled() If true, returns only Channels that are enabled.If false, returns only Channels that are disabled. 
 - 
getSortBypublic ListChannelsRequest.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 ListChannelsRequest.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 ListChannelsRequest.Builder toBuilder() Return an instance ofListChannelsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListChannelsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListChannelsRequest.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>
 
 
- 
 
-