Class OrderItemResourceList


  • public final class OrderItemResourceList
    extends Object
    List of orderItems.
    • Constructor Detail

      • OrderItemResourceList

        public OrderItemResourceList()
    • Method Detail

      • value

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

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

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

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