Package com.oracle.bmc.oda.requests
Class ListChannelsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.oda.requests.ListChannelsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public class ListChannelsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/oda/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.SortBySort on this field.static classListChannelsRequest.SortOrderSort the results in this order, use either ASC (ascending) or DESC (descending).
 - 
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’.ChannelCategorygetCategory()List only Channels with this category.StringgetId()Unique Channel identifier.LifecycleStategetLifecycleState()List only the resources that are in this lifecycle state.IntegergetLimit()The maximum number of items to return per page.StringgetName()List only the information for Channels with this name.StringgetOdaInstanceId()Unique Digital Assistant instance identifier.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()The page at which to start retrieving results.ListChannelsRequest.SortBygetSortBy()Sort on this field.ListChannelsRequest.SortOrdergetSortOrder()Sort the results in this order, use either ASC (ascending) or DESC (descending).ChannelTypegetType()List only Channels of this type.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- 
getOdaInstanceIdpublic String getOdaInstanceId() Unique Digital Assistant instance identifier.
 - 
getIdpublic String getId() Unique Channel identifier.
 - 
getNamepublic String getName() List only the information for Channels with this name.Channels names are unique and may not change. Example: MyChannel 
 - 
getCategorypublic ChannelCategory getCategory() List only Channels with this category.
 - 
getTypepublic ChannelType getType() List only Channels of this type.
 - 
getLifecycleStatepublic LifecycleState getLifecycleState() List only the resources that are in this lifecycle state.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return per page.
 - 
getPagepublic String getPage() The page at which to start retrieving results.You get this value from the opc-next-page header in a previous list request. To retireve the first page, omit this query parameter. Example: MToxMA== 
 - 
getSortOrderpublic ListChannelsRequest.SortOrder getSortOrder() Sort the results in this order, use either ASC (ascending) or DESC (descending).
 - 
getSortBypublic ListChannelsRequest.SortBy getSortBy() Sort on this field.You can specify one sort order only. The default sort field is timeCreated. The default sort order for timeCreated and timeUpdated is descending, and the default sort order for name is ascending. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.This value is included in the opc-request-id response header. 
 - 
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>
 
 
- 
 
-