Class ToolchainCollectionLast
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.ToolchainCollectionLast
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ToolchainCollectionLast extends com.ibm.cloud.sdk.core.service.model.GenericModelInformation about retrieving last toolchain 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 set as the 'start' query parameter to get the last set of toolchain collections.- Returns:
- the start
-
getHref
public java.lang.String getHref()
Gets the href. URI that can be used to get last results from the collection.- Returns:
- the href
-
-