Class IngestionJobCollection
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.IngestionJobCollection
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IngestionJobCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelList ingestion jobs. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngestionJobCollectionPagegetFirst()Gets the first.java.util.List<IngestionJob>getIngestionJobs()Gets the ingestionJobs.IngestionJobCollectionPagegetNext()Gets the next. 
 - 
 
- 
- 
Method Detail
- 
getIngestionJobs
public java.util.List<IngestionJob> getIngestionJobs()
Gets the ingestionJobs. Ingestion jobs.- Returns:
 - the ingestionJobs
 
 
- 
getFirst
public IngestionJobCollectionPage getFirst()
Gets the first. A page in a pagination collection.- Returns:
 - the first
 
 
- 
getNext
public IngestionJobCollectionPage getNext()
Gets the next. A page in a pagination collection.- Returns:
 - the next
 
 
 - 
 
 -