Class PipelineJobCollection


  • public final class PipelineJobCollection
    extends Object
    A collection of PipelineJob items.
    • Constructor Detail

      • PipelineJobCollection

        public PipelineJobCollection()
    • Method Detail

      • value

        public List<PipelineJobInner> value()
        Get the value property: A collection of PipelineJob items.
        Returns:
        the value value.
      • withValue

        public PipelineJobCollection withValue​(List<PipelineJobInner> value)
        Set the value property: A collection of PipelineJob items.
        Parameters:
        value - the value value to set.
        Returns:
        the PipelineJobCollection object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).
        Returns:
        the nextLink value.
      • withNextLink

        public PipelineJobCollection withNextLink​(String nextLink)
        Set the nextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the PipelineJobCollection object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.