Class DataProductVersionCollection

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DataProductVersionCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    A collection of data product version summaries.
    • Method Detail

      • getLimit

        public java.lang.Long getLimit()
        Gets the limit. Set a limit on the number of results returned.
        Returns:
        the limit
      • getFirst

        public FirstPage getFirst()
        Gets the first. First page in the collection.
        Returns:
        the first
      • getNext

        public NextPage getNext()
        Gets the next. Next page in the collection.
        Returns:
        the next
      • getTotalResults

        public java.lang.Long getTotalResults()
        Gets the totalResults. Indicates the total number of results returned.
        Returns:
        the totalResults
      • getDataProductVersions

        public java.util.List<DataProductVersionSummary> getDataProductVersions()
        Gets the dataProductVersions. Collection of data product versions.
        Returns:
        the dataProductVersions