Class SourceControlList


  • public final class SourceControlList
    extends Object
    List all the source controls.
    • Constructor Detail

      • SourceControlList

        public SourceControlList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: URL to fetch the next set of source controls.
        Returns:
        the nextLink value.
      • value

        public List<SourceControlInner> value()
        Get the value property: Array of source controls.
        Returns:
        the value value.
      • withValue

        public SourceControlList withValue​(List<SourceControlInner> value)
        Set the value property: Array of source controls.
        Parameters:
        value - the value value to set.
        Returns:
        the SourceControlList object itself.
      • validate

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