Class ListApplicationPackagesResult

java.lang.Object
com.azure.resourcemanager.batch.models.ListApplicationPackagesResult

public final class ListApplicationPackagesResult extends Object
The result of performing list application packages.
  • Constructor Details

    • ListApplicationPackagesResult

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

    • value

      public List<ApplicationPackageInner> value()
      Get the value property: The list of application packages.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of application packages.
      Parameters:
      value - the value value to set.
      Returns:
      the ListApplicationPackagesResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public ListApplicationPackagesResult withNextLink(String nextLink)
      Set the nextLink property: The URL to get the next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ListApplicationPackagesResult object itself.
    • validate

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