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.GenericModel
List ingestion jobs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngestionJobCollectionPage
getFirst()
Gets the first.java.util.List<IngestionJob>
getIngestionJobs()
Gets the ingestionJobs.IngestionJobCollectionPage
getNext()
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
-
-