Class OrderProperties


  • public final class OrderProperties
    extends Object
    Represents order details.
    • Constructor Detail

      • OrderProperties

        public OrderProperties()
    • Method Detail

      • orderItemIds

        public List<String> orderItemIds()
        Get the orderItemIds property: List of order item ARM Ids which are part of an order.
        Returns:
        the orderItemIds value.
      • currentStage

        public StageDetails currentStage()
        Get the currentStage property: Order current status.
        Returns:
        the currentStage value.
      • orderStageHistory

        public List<StageDetails> orderStageHistory()
        Get the orderStageHistory property: Order status history.
        Returns:
        the orderStageHistory value.
      • validate

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