Class OrderResourceList


  • public final class OrderResourceList
    extends Object
    List of orders.
    • Constructor Detail

      • OrderResourceList

        public OrderResourceList()
    • Method Detail

      • value

        public List<OrderResourceInner> value()
        Get the value property: List of order resources.
        Returns:
        the value value.
      • nextLink

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

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

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