Uses of Class
org.hyperledger.aries.api.ledger.IndyLedgerRoles
-
Packages that use IndyLedgerRoles Package Description org.hyperledger.aries.api.ledger -
-
Uses of IndyLedgerRoles in org.hyperledger.aries.api.ledger
Methods in org.hyperledger.aries.api.ledger that return IndyLedgerRoles Modifier and Type Method Description IndyLedgerRolesRegisterNymFilter. getRole()static IndyLedgerRolesIndyLedgerRoles. valueOf(String name)Returns the enum constant of this type with the specified name.static IndyLedgerRoles[]IndyLedgerRoles. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.ledger with parameters of type IndyLedgerRoles Modifier and Type Method Description RegisterNymFilter.RegisterNymFilterBuilderRegisterNymFilter.RegisterNymFilterBuilder. role(IndyLedgerRoles role)voidRegisterNymFilter. setRole(IndyLedgerRoles role)
-