Class ToolchainToolCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.ToolchainToolCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ToolchainToolCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelResponse structure for GET tools.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolchainToolCollectionFirstgetFirst()Gets the first.ToolchainToolCollectionLastgetLast()Gets the last.java.lang.LonggetLimit()Gets the limit.ToolchainToolCollectionNextgetNext()Gets the next.ToolchainToolCollectionPreviousgetPrevious()Gets the previous.java.util.List<ToolModel>getTools()Gets the tools.java.lang.LonggetTotalCount()Gets the totalCount.
-
-
-
Method Detail
-
getLimit
public java.lang.Long getLimit()
Gets the limit. Maximum number of tools returned from collection.- Returns:
- the limit
-
getTotalCount
public java.lang.Long getTotalCount()
Gets the totalCount. Total number of tools found in collection.- Returns:
- the totalCount
-
getFirst
public ToolchainToolCollectionFirst getFirst()
Gets the first. Information about retrieving first tool results from the collection.- Returns:
- the first
-
getPrevious
public ToolchainToolCollectionPrevious getPrevious()
Gets the previous. Information about retrieving previous tool results from the collection.- Returns:
- the previous
-
getNext
public ToolchainToolCollectionNext getNext()
Gets the next. Information about retrieving next tool results from the collection.- Returns:
- the next
-
getLast
public ToolchainToolCollectionLast getLast()
Gets the last. Information about retrieving last tool results from the collection.- Returns:
- the last
-
getTools
public java.util.List<ToolModel> getTools()
Gets the tools. Tool results returned from the collection.- Returns:
- the tools
-
-