Class InventoryItemsList

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.InventoryItemsList

public final class InventoryItemsList extends Object
List of InventoryItems.
  • Constructor Details

    • InventoryItemsList

      public InventoryItemsList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: Url to follow for getting next page of InventoryItems.
      Returns:
      the nextLink value.
    • withNextLink

      public InventoryItemsList withNextLink(String nextLink)
      Set the nextLink property: Url to follow for getting next page of InventoryItems.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the InventoryItemsList object itself.
    • value

      public List<InventoryItemInner> value()
      Get the value property: Array of InventoryItems.
      Returns:
      the value value.
    • withValue

      public InventoryItemsList withValue(List<InventoryItemInner> value)
      Set the value property: Array of InventoryItems.
      Parameters:
      value - the value value to set.
      Returns:
      the InventoryItemsList object itself.
    • validate

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