Class SourceControlConfigurationList


  • public final class SourceControlConfigurationList
    extends Object
    Result of the request to list Source Control Configurations. It contains a list of SourceControlConfiguration objects and a URL link to get the next set of results.
    • Constructor Detail

      • SourceControlConfigurationList

        public SourceControlConfigurationList()
    • Method Detail

      • value

        public List<SourceControlConfigurationInner> value()
        Get the value property: List of Source Control Configurations within a Kubernetes cluster.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: URL to get the next set of configuration objects, if any.
        Returns:
        the nextLink value.
      • validate

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