Class OrderItemType


  • public final class OrderItemType
    extends com.azure.core.util.ExpandableStringEnum<OrderItemType>
    Defines values for OrderItemType.
    • Field Detail

      • PURCHASE

        public static final OrderItemType PURCHASE
        Static value Purchase for OrderItemType.
      • RENTAL

        public static final OrderItemType RENTAL
        Static value Rental for OrderItemType.
    • Constructor Detail

      • OrderItemType

        public OrderItemType()
    • Method Detail

      • fromString

        public static OrderItemType fromString​(String name)
        Creates or finds a OrderItemType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding OrderItemType.