Class DataProduct

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

    public class DataProduct
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Data Product.
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the id. Data product identifier.
        Returns:
        the id
      • getContainer

        public ContainerReference getContainer()
        Gets the container. Container reference.
        Returns:
        the container
      • getLatestRelease

        public DataProductVersionSummary getLatestRelease()
        Gets the latestRelease. Summary of Data Product Version object.
        Returns:
        the latestRelease
      • getDrafts

        public java.util.List<DataProductVersionSummary> getDrafts()
        Gets the drafts. List of draft summaries of this data product.
        Returns:
        the drafts