Class OrderResourceInner


  • public final class OrderResourceInner
    extends com.azure.core.management.ProxyResource
    Specifies the properties or parameters for an order. Order is a grouping of one or more order items.
    • Constructor Detail

      • OrderResourceInner

        public OrderResourceInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Represents resource creation and update time.
        Returns:
        the systemData value.
      • 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.