Class DataProductReleaseCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DataProductReleaseCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DataProductReleaseCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
A collection of data product release summaries.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirstPage
getFirst()
Gets the first.java.lang.Long
getLimit()
Gets the limit.NextPage
getNext()
Gets the next.java.util.List<DataProductVersionSummary>
getReleases()
Gets the releases.
-
-
-
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
-
getReleases
public java.util.List<DataProductVersionSummary> getReleases()
Gets the releases. Collection of data product releases.- Returns:
- the releases
-
-