Class ToolchainCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.ToolchainCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ToolchainCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelResponse structure for GET toolchains.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolchainCollectionFirstgetFirst()Gets the first.ToolchainCollectionLastgetLast()Gets the last.java.lang.LonggetLimit()Gets the limit.ToolchainCollectionNextgetNext()Gets the next.ToolchainCollectionPreviousgetPrevious()Gets the previous.java.util.List<ToolchainModel>getToolchains()Gets the toolchains.java.lang.LonggetTotalCount()Gets the totalCount.
-
-
-
Method Detail
-
getTotalCount
public java.lang.Long getTotalCount()
Gets the totalCount. Total number of toolchains found in collection.- Returns:
- the totalCount
-
getLimit
public java.lang.Long getLimit()
Gets the limit. Maximum number of toolchains returned from collection.- Returns:
- the limit
-
getFirst
public ToolchainCollectionFirst getFirst()
Gets the first. Information about retrieving first toolchain results from the collection.- Returns:
- the first
-
getPrevious
public ToolchainCollectionPrevious getPrevious()
Gets the previous. Information about retrieving previous toolchain results from the collection.- Returns:
- the previous
-
getNext
public ToolchainCollectionNext getNext()
Gets the next. Information about retrieving next toolchain results from the collection.- Returns:
- the next
-
getLast
public ToolchainCollectionLast getLast()
Gets the last. Information about retrieving last toolchain results from the collection.- Returns:
- the last
-
getToolchains
public java.util.List<ToolchainModel> getToolchains()
Gets the toolchains. Toolchain results returned from the collection.- Returns:
- the toolchains
-
-