Uses of Class
com.oracle.bmc.oda.requests.ListChannelsRequest
-
Packages that use ListChannelsRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of ListChannelsRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type ListChannelsRequest Modifier and Type Method Description ListChannelsResponse
Management. listChannels(ListChannelsRequest request)
Returns a page of Channels that belong to the specified Digital Assistant instance.Future<ListChannelsResponse>
ManagementAsync. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Returns a page of Channels that belong to the specified Digital Assistant instance.Future<ListChannelsResponse>
ManagementAsyncClient. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
ListChannelsResponse
ManagementClient. listChannels(ListChannelsRequest request)
Iterable<ChannelSummary>
ManagementPaginators. listChannelsRecordIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over theChannelSummary
objects contained in responses from the listChannels operation.Iterable<ListChannelsResponse>
ManagementPaginators. listChannelsResponseIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over the responses received from the listChannels operation.Method parameters in com.oracle.bmc.oda with type arguments of type ListChannelsRequest Modifier and Type Method Description Future<ListChannelsResponse>
ManagementAsync. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Returns a page of Channels that belong to the specified Digital Assistant instance.Future<ListChannelsResponse>
ManagementAsyncClient. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
-
Uses of ListChannelsRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return ListChannelsRequest Modifier and Type Method Description ListChannelsRequest
ListChannelsRequest.Builder. build()
Build the instance of ListChannelsRequest as configured by this builderListChannelsRequest
ListChannelsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListChannelsRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type ListChannelsRequest Modifier and Type Method Description ListChannelsRequest.Builder
ListChannelsRequest.Builder. copy(ListChannelsRequest o)
Copy method to populate the builder with values from the given instance.
-