Class ToolchainToolCollection

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ToolchainToolCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Response structure for GET tools.
    • 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