Class AzureDevOpsRepoListResponse

java.lang.Object
com.azure.resourcemanager.securitydevops.models.AzureDevOpsRepoListResponse

public final class AzureDevOpsRepoListResponse extends Object
The AzureDevOpsRepoListResponse model.
  • Constructor Details

    • AzureDevOpsRepoListResponse

      public AzureDevOpsRepoListResponse()
      Creates an instance of AzureDevOpsRepoListResponse class.
  • Method Details

    • value

      public List<AzureDevOpsRepoInner> value()
      Get the value property: Gets or sets list of resources.
      Returns:
      the value value.
    • withValue

      Set the value property: Gets or sets list of resources.
      Parameters:
      value - the value value to set.
      Returns:
      the AzureDevOpsRepoListResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Gets or sets next link to scroll over the results.
      Returns:
      the nextLink value.
    • withNextLink

      public AzureDevOpsRepoListResponse withNextLink(String nextLink)
      Set the nextLink property: Gets or sets next link to scroll over the results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AzureDevOpsRepoListResponse object itself.
    • validate

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