Uses of Class
com.oracle.bmc.dataintegration.model.TaskRunLineageSummary
-
Packages that use TaskRunLineageSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of TaskRunLineageSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type TaskRunLineageSummary Modifier and Type Method Description Iterable<TaskRunLineageSummary>
DataIntegrationPaginators. listDisApplicationTaskRunLineagesRecordIterator(ListDisApplicationTaskRunLineagesRequest request)
Creates a new iterable which will iterate over theTaskRunLineageSummary
objects contained in responses from the listDisApplicationTaskRunLineages operation.Iterable<TaskRunLineageSummary>
DataIntegrationPaginators. listTaskRunLineagesRecordIterator(ListTaskRunLineagesRequest request)
Creates a new iterable which will iterate over theTaskRunLineageSummary
objects contained in responses from the listTaskRunLineages operation. -
Uses of TaskRunLineageSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskRunLineageSummary Modifier and Type Method Description TaskRunLineageSummary
TaskRunLineageSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type TaskRunLineageSummary Modifier and Type Method Description List<TaskRunLineageSummary>
TaskRunLineageSummaryCollection. getItems()
The array of lineage flow summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type TaskRunLineageSummary Modifier and Type Method Description TaskRunLineageSummary.Builder
TaskRunLineageSummary.Builder. copy(TaskRunLineageSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type TaskRunLineageSummary Modifier and Type Method Description TaskRunLineageSummaryCollection.Builder
TaskRunLineageSummaryCollection.Builder. items(List<TaskRunLineageSummary> items)
The array of lineage flow summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type TaskRunLineageSummary Constructor Description TaskRunLineageSummaryCollection(List<TaskRunLineageSummary> items)
Deprecated.
-