Class BuildServiceCollection

java.lang.Object
com.azure.resourcemanager.appplatform.models.BuildServiceCollection

public final class BuildServiceCollection extends Object
Object that includes an array of Build service resources and a possible link for next set.
  • Constructor Details

    • BuildServiceCollection

      public BuildServiceCollection()
  • Method Details

    • value

      public List<BuildServiceInner> value()
      Get the value property: Collection of Build service resources.
      Returns:
      the value value.
    • withValue

      public BuildServiceCollection withValue(List<BuildServiceInner> value)
      Set the value property: Collection of Build service resources.
      Parameters:
      value - the value value to set.
      Returns:
      the BuildServiceCollection object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Returns:
      the nextLink value.
    • withNextLink

      public BuildServiceCollection withNextLink(String nextLink)
      Set the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the BuildServiceCollection object itself.
    • validate

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