Class ToolchainToolCollectionPrevious
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.ToolchainToolCollectionPrevious
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ToolchainToolCollectionPrevious extends com.ibm.cloud.sdk.core.service.model.GenericModelInformation about retrieving previous tool results from the collection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHref()Gets the href.java.lang.StringgetStart()Gets the start.
-
-
-
Method Detail
-
getStart
public java.lang.String getStart()
Gets the start. Cursor that can be used to get the previous set of tool collections.- Returns:
- the start
-
getHref
public java.lang.String getHref()
Gets the href. URI that can be used to get previous results from the collection.- Returns:
- the href
-
-