Class ToolchainCollection

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

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