Class EventType


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

      • SETTLED_CHARGES

        public static final EventType SETTLED_CHARGES
        Static value SettledCharges for EventType.
      • PENDING_CHARGES

        public static final EventType PENDING_CHARGES
        Static value PendingCharges for EventType.
      • PENDING_ADJUSTMENTS

        public static final EventType PENDING_ADJUSTMENTS
        Static value PendingAdjustments for EventType.
      • PENDING_NEW_CREDIT

        public static final EventType PENDING_NEW_CREDIT
        Static value PendingNewCredit for EventType.
      • PENDING_EXPIRED_CREDIT

        public static final EventType PENDING_EXPIRED_CREDIT
        Static value PendingExpiredCredit for EventType.
      • UN_KNOWN

        public static final EventType UN_KNOWN
        Static value UnKnown for EventType.
      • NEW_CREDIT

        public static final EventType NEW_CREDIT
        Static value NewCredit for EventType.
    • Constructor Detail

      • EventType

        public EventType()
    • Method Detail

      • fromString

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