Class InventoryItemsList


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

      • InventoryItemsList

        public InventoryItemsList()
    • Method Detail

      • 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.