Class LedgerRoleName


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

      • READER

        public static final LedgerRoleName READER
        Static value Reader for LedgerRoleName.
      • CONTRIBUTOR

        public static final LedgerRoleName CONTRIBUTOR
        Static value Contributor for LedgerRoleName.
      • ADMINISTRATOR

        public static final LedgerRoleName ADMINISTRATOR
        Static value Administrator for LedgerRoleName.
    • Constructor Detail

      • LedgerRoleName

        public LedgerRoleName()
    • Method Detail

      • fromString

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

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