Class LotSource


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

      • PURCHASED_CREDIT

        public static final LotSource PURCHASED_CREDIT
        Static value PurchasedCredit for LotSource.
      • PROMOTIONAL_CREDIT

        public static final LotSource PROMOTIONAL_CREDIT
        Static value PromotionalCredit for LotSource.
      • CONSUMPTION_COMMITMENT

        public static final LotSource CONSUMPTION_COMMITMENT
        Static value ConsumptionCommitment for LotSource.
    • Constructor Detail

      • LotSource

        public LotSource()
    • Method Detail

      • fromString

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