Class RepoList


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

      • RepoList

        public RepoList()
    • Method Detail

      • nextLink

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

        public List<RepoInner> value()
        Get the value property: Array of repositories.
        Returns:
        the value value.
      • withValue

        public RepoList withValue​(List<RepoInner> value)
        Set the value property: Array of repositories.
        Parameters:
        value - the value value to set.
        Returns:
        the RepoList object itself.
      • validate

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