Class ArtifactList

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.ArtifactList

public final class ArtifactList extends Object
The response of a list operation.
  • Constructor Details

    • ArtifactList

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

    • value

      public List<ArtifactInner> value()
      Get the value property: Results of the list operation.
      Returns:
      the value value.
    • withValue

      public ArtifactList withValue(List<ArtifactInner> value)
      Set the value property: Results of the list operation.
      Parameters:
      value - the value value to set.
      Returns:
      the ArtifactList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link for next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public ArtifactList withNextLink(String nextLink)
      Set the nextLink property: Link for next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ArtifactList object itself.
    • validate

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