Class ChargingType


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

      • PER_ORDER

        public static final ChargingType PER_ORDER
        Static value PerOrder for ChargingType.
      • PER_DEVICE

        public static final ChargingType PER_DEVICE
        Static value PerDevice for ChargingType.
    • Constructor Detail

      • ChargingType

        public ChargingType()
    • Method Detail

      • fromString

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