Class LedgerType


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

      • UNKNOWN

        public static final LedgerType UNKNOWN
        Static value Unknown for LedgerType.
      • PUBLIC

        public static final LedgerType PUBLIC
        Static value Public for LedgerType.
      • PRIVATE

        public static final LedgerType PRIVATE
        Static value Private for LedgerType.
    • Constructor Detail

      • LedgerType

        public LedgerType()
    • Method Detail

      • fromString

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

        public static Collection<LedgerType> values()
        Gets known LedgerType values.
        Returns:
        known LedgerType values.