Class OrderItemCancellationEnum


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

      • CANCELLABLE

        public static final OrderItemCancellationEnum CANCELLABLE
        Static value Cancellable for OrderItemCancellationEnum.
      • CANCELLABLE_WITH_FEE

        public static final OrderItemCancellationEnum CANCELLABLE_WITH_FEE
        Static value CancellableWithFee for OrderItemCancellationEnum.
      • NOT_CANCELLABLE

        public static final OrderItemCancellationEnum NOT_CANCELLABLE
        Static value NotCancellable for OrderItemCancellationEnum.
    • Constructor Detail

      • OrderItemCancellationEnum

        public OrderItemCancellationEnum()
    • Method Detail

      • fromString

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