LedgerRoleName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. confidentialledger. models. LedgerRoleName
- com.
- com.
public final class LedgerRoleName
extends ExpandableStringEnum<LedgerRoleName>
LedgerRole associated with the Security Principal of Ledger.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Ledger |
ADMINISTRATOR
Static value Administrator for Ledger |
static final
Ledger |
CONTRIBUTOR
Static value Contributor for Ledger |
static final
Ledger |
READER
Static value Reader for Ledger |
Constructor Summary
Constructor | Description |
---|---|
LedgerRoleName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ledger |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ledger |
fromString(String name)
Creates or finds a Ledger |
static
Collection<Ledger |
values()
Gets known Ledger |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ADMINISTRATOR
public static final LedgerRoleName ADMINISTRATOR
Static value Administrator for LedgerRoleName.
CONTRIBUTOR
public static final LedgerRoleName CONTRIBUTOR
Static value Contributor for LedgerRoleName.
READER
public static final LedgerRoleName READER
Static value Reader for LedgerRoleName.
Constructor Details
LedgerRoleName
@Deprecated
public LedgerRoleName()
Deprecated
Creates a new instance of LedgerRoleName value.
Method Details
fromString
public static LedgerRoleName fromString(String name)
Creates or finds a LedgerRoleName from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known LedgerRoleName values.
Returns:
Applies to
Azure SDK for Java