Class ChargeSummaryKind


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

      • LEGACY

        public static final ChargeSummaryKind LEGACY
        Static value legacy for ChargeSummaryKind.
      • MODERN

        public static final ChargeSummaryKind MODERN
        Static value modern for ChargeSummaryKind.
    • Constructor Detail

      • ChargeSummaryKind

        public ChargeSummaryKind()
    • Method Detail

      • fromString

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